Other IDE except KEIL
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?
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.