Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Hi
I would like to step over the fir32.asm file in FIR example. I found some videos related to training for c compiler for CLA. I followed the instruction in
__interrupt void cla1Isr7 ()
//
// Uncomment to halt debugger here
//
asm(" ESTOP0");
I connected CLA target and ran the program from CPU. It stopped and highlighted CPU1_CLA1 debug probe. But not much happens further. I can see it steps via disassembly but all the MR0-MR3 registers are 00000. And it looks like it is not connected to my assembler code. Could you please refer me to the document describing how properly debug CLA asm file?
Thanks, vadim