Hello,
I have a working FW application running on an OMAP-L138 (I'm only using DSP, so ARM is only programmed to start-up DSP)
To add field-upgradability to the application I've used the bootloader from StarterWare and added UART flashing.
When I flash the application using the bootloader the timer2 is disabled after first interrupt. To investigate I reverted back
to the timer example in Starterware => same behaviour
Summarizing:
1) If I flash the processor using a combined ARM+DSP bin-file, generated with AISgen and sfh, all runs well, including timer2
2) If I flash the processor with the bootloader and flash application afterwards, all runs until first timer2 interrupt occurred, than timer2 is disabled.
(I've also tried 2) on an DSP (C6748) only development kit, and all runs well)
Any thoughts?