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.

AM3352: CCS displayed "Memory map prevented reading" during kernel debugging.

Part Number: AM3352

I started to debug kernel with CCS.
Firstly, I watched this video training.ti.com/linux-board-porting-series-module-10-debugging-linux-kernel-jtag-ccs .

I set a breakpoint at of_flat_dt_match_machine(), then CCS stopped at the breakpoint. But, backtrace window displayed "Memory map prevented reading" as shown in the figure below. Could you teach me how to fix this problem ?

( I used default kernel in the latest SDK except for CONFIG_DEBUG_INFO=y )