I am trying to run a sysbios application under a bootloader.
I have now sorted out the .resetVecs = 0x00002000 and .vecs = 0x20000000 locations thanks to TI technical staff feedback.
The code loads okay but when I launch it the code freezes in
ti_sysbios_family_arm_m3_Hwi_startup__E
Running the code in the IDE does not cause any problems even with the resetVecs set to 0x00002000.
I fugure it must be something my bootloader initialises interfering with SYSBIOS, any idea where to start looking?
All I initialise in my bootloader is UART0 and SYSTICK and I diable both before launching the SYSBIOS task.