SWSD003 icon indicating copy to clipboard operation
SWSD003 copied to clipboard

Other IDE except KEIL

Open gc9n opened this issue 1 year ago • 1 comments

I run a Spectrum analyzer example successfully with the Keil MDK ARM Ide , the problem is that i am more familiar with other IDE like Attolic , CubeMx , etc , is there any chance to get the examples ready to run on those IDE?? Keil is fairly not so easy, or is there something i miss?

gc9n avatar Mar 24 '24 09:03 gc9n

As mentioned in the ReadMe, this project and our other demo firmware can be compiled using GNU ARM Toolchain instead, which unlike Kiel doesn't require a paid license. I personally use this on Windows along with Make installed using Chocolatey, and since the compiling can be done separately with make commands, you can edit the code in any text or code editor. Even easier is using this on a Linux-based OS since Make is already included.

kmuster-semtech avatar Mar 27 '25 17:03 kmuster-semtech