Part Number: MSP432P4111
Other Parts Discussed in Thread: CC3120
Tool/software: Code Composer Studio
Hi,
Strange one today on the latest CCS 9.2.0.00013.
I have a FreeRTOS project which has a porting file 'msp432p4_port.c'. In the same project I have a CC3120 stack, again with 'msp432p4_port.c' in its porting folder.
A breakpoint set in the second msp432p4_port.c file, stops the code in the wrong file.
Images attached below
Any ideas?
Thanks
Firstly the not working case:
Breakpoint is triggered on line 169 of msp432p4_port.c, but stops in wrong file.
Secondly, this shows where the breakpoint should actually be:

