This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1290NCPDT: Breakpoints don't work at boot_serial sample.

Part Number: TM4C1290NCPDT

I'm using environment below.

Code Composer Studio
Version: 10.1.0.00010

OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_144

XDS200 USB Debug Probe

TivaWare_C_Series-2.1.4.178

I'm now trying to create modified boot loader for our product, so I'm now debugging Tivaware boot_serial sample to know how bootloader works and how to fix it.

https://dev.ti.com/tirex/explore/node?node=ABcBenm2yzQjHEX.zyXVew__mic1X5.__LATEST

But at debugging, breakpoints don't work.

Running at step, when "bl" operation runs at bl_startup_ccs.s file, step running finishes and program goes to running state.

How can I use breakpoints, and step running at this program?