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 )