hello, i have a problem
i use MIMXRT1176 and i made custmor board
i use JTAG , so nxp example (led blinkly) is debug and start well
nxp example(uart interrupt) is debug ok , but while debugging, produce error code : 0xdeadbeee
i use QSPI Flash
what is the difference for led blinkly and uart interrupt example?
and how can i fix this problem?
i referenced similar problem, but i can't solve the problem..
check please
Solved! Go to Solution.
Hi @sukyeong ,
If you want to run in flash, XIP_BOOT_HEADER_ENABLE=1 is must currently.
Can the project go into debug status? Do you mean it can debug but fail at sometime?
Regards,
Jing
i modify XIP_BOOT_HEADER_ENABLE=1 -> XIP_BOOT_HEADER_ENABLE=0
so, there is no error message
but it also got stuck with timout message..
Hi @sukyeong ,
If you want to run in flash, XIP_BOOT_HEADER_ENABLE=1 is must currently.
Can the project go into debug status? Do you mean it can debug but fail at sometime?
Regards,
Jing