Re: NuttX on the IMXRT1060-EVK

2020-05-25 Thread Erdem MEYDANLI
Hi Thomas, It works! I appreciate your help. It saved me a lot of time. Yes, I removed those jumpers to bypass the onboard debugger (CMSIS-DAP) and to use J-Link. BR. Erdem Thomas Axelsson , 22 May 2020 Cum, 12:07 tarihinde şunu yazdı: > Hi Erdem, > > I'm not actively developing using IMXRT at

RE: NuttX on the IMXRT1060-EVK

2020-05-22 Thread Thomas Axelsson
Hi Erdem, I'm not actively developing using IMXRT at the moment, but one thing that lead to problems with debugging was NuttX entering the ARM low-power mode Wait For Interrupt. The quick fix is to comment out the following line in arch/arm/src/imxrt/imxrt_idle.c: asm("WFI"); Maybe it will