Take a look at PX4 project on github. I work with this setup with my own projects with nuttx and everything works great. They are generating some files from cmake so take a look at platforms/nuttx directory and CMakeLists files inside and add .svd files for your mcu and everything should work. Best regards, Bartek
czw., 2 mar 2023, 20:24 użytkownik Tim Hardisty <t...@hardisty.co.uk> napisał: > I have been using VS code with a Segger Jlink for debugging so far but am > struggling to find the cause of a problem in a driver I'm writing and I > think the VS Code debug setup may be lacking. > > Before I spend time getting openOCD installed and following the various > guides for that, with NuttX, that exist, has anyone used VS Code to more > thoroughly debug NuttX (threads, memory exceptions/errors) rather than just > relying on breakpoints? > > Thanks, > > TimH > >