Development is in progress using MSP430FR6045.
The source is being developed based on the USS_Water_Demo source provided by TI.
Sometimes the operation stops with "Break at address "0x39b5c" with no debug information available, or outside of program code". The address here is randomly generated.
As a result of debugging, it is assumed that the MCU operation stops when a timer interrupt occurs while the __bis_SR_register(mode) function is running inside the commonWaitForconversion function (LPM0).
Execution path : USSLibGUIApp_Engine -> USS_startLowPowerUltrasonicCapture -> USS_commonTriggerSingleCapture -> commonWaitForconversion -> __bis_SR_register(mode)
If you check the USSSWLIB_USS_interrupt_status variable when the operation stops, USS_SAPH_SEQ_ACQ_DN_INTERRUPT is set.
The timer uses CCTL2 of Timer A1 used in USS.
Please tell me how to solve this
The CCS Version in use is 11.2.0.00007.