2009-11-22 07:53 PM
Active Halt mode
2011-05-17 06:05 AM
2011-05-17 06:05 AM
Hi Mizevel,
Yes the timer is not working in halt mode, only AWU or externals interrupt can wakeup the MCU from Halt mode. You can try using wait for interrupt mode''_wfi_()'' in this case the timer continue working. Concerning your case ''lost communication'' it is necessary to have the full software;) Regards mozra [ This message was edited by: mozra27 on 19-11-2009 14:58 ]2011-05-17 06:05 AM
Hi Mozra
What you mean to say is that I have to buy the Ride debugger in order to debug Halt mode? if so why does the application doesn't work also when I just download it to the STM8 and have it run freely (I put XOR on an IO pin so it will change state every time it wakes up from AWU, but nothing happens)? Thanks Igal2011-05-17 06:05 AM
The new RKit-STM8 version 2.26.09.0317 fixed the problem