EOS-S3 Thing+ Debug Setup 8/20/2023
There is an extension for VS Code called Cortex-Debug, using the below links I have made a first pass at developing an OpenOCD launch.json file for debugging the Thing+. Cortex Debug requires gdb version 9 or above, but the version that comes with qorc is 8.x. I downloaded version 10.x from the arm link down below. I tried the most recent version ( 12.x at the time of this writing) but it had some python error that is describe in the stackoverflow link.
Cortex Debug also needs a SVD file which QuickLogic doesnt provide, but there is one someone made at the eos-s3-rs repo. It is not fully featured but is a great start.
https://lonesometraveler.github.io/2020/03/27/debug.html
https://github.com/Josfemova/eos-s3-rs
https://developer.arm.com/downloads/-/gnu-rm
https://www.justinmklam.com/posts/2017/10/vscode-debugger-setup/
Comments
Post a Comment