anjiahao1 commented on PR #11350: URL: https://github.com/apache/nuttx/pull/11350#issuecomment-1859471905
> > According to the ARM manual, when using swo/jtag for debugging, the internal DWT and FPB modules are disabled. > > Could you provide the source in manual ? Maybe this is a vendor-dependent feature? What about SWD ? I don't have a JTAG setup nearby to check right now if it works. this [pr](https://github.com/apache/nuttx/pull/11413) fix it. I misunderstood before. If `jtag` or `swo` is connected, the `debug monito`r interrupt is disabled, not `fpb` and `dwt`. Now the new pr fixes this problem and can handle both situations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org