Other Parts Discussed in Thread: MSP-FET, TRF7970A
Tool/software: Code Composer Studio
CCS 6.2.0, MSP-FET, RF430FRL152H SensorHub example project.
Example project is modified to query LIS3MDL magnetometer X, Y, Z axes instead of SensorHub BoosterPack sensors. After my modified project builds and the Debug session is started, CCS indicates programming complete:
MSP430: There were 280 (code) and 51 (data) bytes written to FLASH/FRAM. The expected RAM usage is 0 (uninitialized data + stack) bytes.
MSP430: AutoRun: Target not run as the symbol "main" is not defined
and waits for a Run command, at the Reset_ISR()
This is when I halt then disconnect the debugger, then after reset, my modified SensorHub example app responds to the TRF7970A GUI commands. Thanks to Alex for helping me get that working!
However none of my breakpoints inside the app are being honored, after hitting the Run icon. I must be doing something basic wrong. Any hints?
Thank you for looking at this post!