01-09-2014 09:04 AM
Hello,
i have the following problem, my crio 9076 (Slot 1 9411, Slot 2 9474) does mysterious things when running the fpga code
every ~108 seconds the hardwar givs an peak at DO 02 from the 9474, it look like the hardware reset the code
maby someone have the same problem with his code
regars
Lex
01-09-2014 11:47 AM
I haven't looked at your code, but ~108 seconds is about how long it would take for an unsigned 32-bit integer to rollover to 0 if it is incremenented at 40 MHz, which is the default clock speed on most FPGA targets. Is there anything in your VI that would behave strangely if an integer suddenly went from 4294967296 to 0?
Chris M
01-10-2014 02:46 AM
yes that was the fail
thank you