and all the SNMP commands are working. But occasionally when I send a command the TimeTick quits updating.
I know this because I put a printf() in the main loop and monitor it with MTTY. The output streams along showing
TimeTick incrementing. But after entering a few SNMP commands it stops.
Code: Select all
printf("TT: %lu\r\n", TimeTick );
and they are processed. But without the TimeTick running some of my program doesn't run.
Note that this only happens with SNMP. I can send the same commands via UDP all day long without any issues.
But with SNMP it will typically happen in less than 10 commands.
Not sure where to go with this.
IDE v2.7.3