We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I wrote a bootloader that works just fine in doing IAP, jumping to application etc. I do have one big problem though: the bootloader uses timer 1 to drive a LED. unless I disable that timer, the application usage of timer 1 is incorrect, namely: the IR flag is set only very long after the program is started by the bootloader. the processor clock settings are identical, and the bootloader only starts the timer, without any changes to its configuration. what can be going on here?
I have to get used to 32 bit counters; the STR9's counters are 16 bit!