Hello,
I have an issue with my program. I receive well the CAN frames if they are send at 1hz frequency. If I send it at 10hz the program freeze
I don't find where is the problem.
Programme.txt (31.2 KB)
Hello,
I have an issue with my program. I receive well the CAN frames if they are send at 1hz frequency. If I send it at 10hz the program freeze
I don't find where is the problem.
Programme.txt (31.2 KB)
I am not familiar with CAN but I see a lot of delay()s and display statements in your program which probably affect how often loop() may repeat.
It is a very big program. Surely you became aware of the problem long before the program got to that size?
...R