Other Parts Discussed in Thread: SYSCONFIG,
I am using the Simplelink SDK 6.4 and the SysConfig 1.8.2 in the CCS 12.2 environment. I started developing my own software starting with the project sensor_oad_onchip_secure_LP_CC1352P7_1_tirtos7_ticlang. I use a custom board, with an P7 and an CC1352 Debugger to flash.
I would like the program to always start at the main function. The Reset Handler (vector #1) in Sysconfig -> TI RTOS -> HAL -> Hwi ->Core Exception Handlers is set to _c_int00 (default). When I unplug the power or reset the board, the program has following debug informations:
"WaitHibProdNext + 0x2 () at C:/ti\ccs1220\ccs\ccs_base\emulation\gel\images\cc26xx\cc26x2x7_driverlib_rom_syms.out:{3} 0x1000118e{4}"
Break at address "0x50001000" with no debug information available, or outside of program code.
How can I set up a the reset vector to point to the main function? Alternatively what could be the source of this problem?
I experimented with the Launchpad CC1352P7 and it has the same behaviour.