This thread is a continuation of a previous thread at:
https://e2e.ti.com/support/tools/ccs/f/81/t/786197
Tool/software: Code Composer Studio
Can someone explain what I am doing wrong with the debugger?
Debugging the slave Launchpad with the BOOSTXL-AOA SDK. Everything works fine, but I can only trap or reference code within main.c.
All other code, such as rtls_ctrl.c or rtls_ctrl_aoa.c either is disabled due to 'No Code Associated...' which I find hard to believe or just never traps.
I've been coding for 20 years and lots of RTOS but never used TI-RTOS before. Is there some debug configuration I'm missing preventing it from working properly? I have set optimization to 'off' with same result?