Tool/software:
I am implementing a bootloader on the CC1311P3. I used Timer0 as a timer to trigger an LED blink so I know when the bootloader is running (or the application). I noticed that when I use the timer and jump to the application, the system goes to a fault handler. This happens even when I call Timer_stop() and Timer_close() in the bootloader before jumping to the application. If I remove the Timer_* calls in the bootloader, the application seems to run normally.
Can this be fixed so I can use the timer in the bootloader?


