You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have 3935 running fine on SPI bus. And most everything seems like its working well.
I am now tuning some parameters and it appears the Strike Theshold does not seem to work.
i have a lightning simulator that indeed generates lightning strokes as expected. however, no matter what i set the strike threshold register bits to (values of 0x00-0x03), the first strike causes the interrupt request to be asserted to the micro.
i would have expected that the INTR line would be negated until the threshold count is exceeded.
Reading the INT source register (ISR) negates the INTR pin as expected. I am waiting 2ms from INTR recognition to reading of the ISR as spec mandates. is clearing of the integration stats require in the ISR? manually doing a clear statistics does not change the bahavior.
i have the Disturber mask set to prevent INTR from that source and the noise floor is set so that no noise events are generated. Yet still, the first strike created by my strike generator board results in the INTR pin being asserted.
why is this not working ? have i mis-interpreted the spec documents?
The text was updated successfully, but these errors were encountered:
Have 3935 running fine on SPI bus. And most everything seems like its working well.
I am now tuning some parameters and it appears the Strike Theshold does not seem to work.
i have a lightning simulator that indeed generates lightning strokes as expected. however, no matter what i set the strike threshold register bits to (values of 0x00-0x03), the first strike causes the interrupt request to be asserted to the micro.
i would have expected that the INTR line would be negated until the threshold count is exceeded.
Reading the INT source register (ISR) negates the INTR pin as expected. I am waiting 2ms from INTR recognition to reading of the ISR as spec mandates. is clearing of the integration stats require in the ISR? manually doing a clear statistics does not change the bahavior.
i have the Disturber mask set to prevent INTR from that source and the noise floor is set so that no noise events are generated. Yet still, the first strike created by my strike generator board results in the INTR pin being asserted.
why is this not working ? have i mis-interpreted the spec documents?
The text was updated successfully, but these errors were encountered: