Hi I’m facing an estrange behavior with my RLP code, I hope that anyone could help me out with this must be something easy.
I’ve installed a function on Timer2 of my G120HDR using RLP, it’s executing every 100ms.
This timer is just pulsing an output.
The problem is when I reset or power on the G120 the timer continues executing before the boot up of the MF and with a different frequency, I get 3900 pulses instead of 10 by second until my code invoke again the install of the timer 2.
Why the timer is not uninstalled after reset or power off?
How could I turn off the timer until the MF is loaded after a reboot?
Same thing is happening with my RLP interrupt on EINT1, it continues receiving signals after a reboot and before the MF get loaded.