2022-01-19 08:58 PM
2022-01-23 02:24 PM
This is highly a matter of taste, own experience and the tasks you need to accomplish. STM32CubeIDE works and is an all-in-one solution: cross-compilation, GUI based chip configuration (integrated STM32CubeMX) and code-skeleton generation, managing ST firmware libraries and packages, interactive debugging including peripheral register demangling, disassembling, Eclipse IDE with lots of extras like git integration.
Eclipse is by no means my favorite IDE, but I use it because the toolchain is maintained by the chip vendor. Just my 5ct.
hth
KnarfB
2022-01-23 09:22 PM
Thanks for your reply. Can you share with me what you did to setup Eclipse IDE for development? It would be very helpful.
Thanks,
SBhon.1
2022-01-23 09:23 PM
Thanks for your reply. Can you share with me what you did to setup Eclipse IDE for development? It would be very helpful.
Thanks,
SBhon.1
2022-01-24 12:44 AM
This is not Linux specific, but covers Linux distros too:
Getting started:
hth
KnarfB
2022-01-24 12:49 AM
This is very helpful. Thanks for your time.
Thanks,
SBhon.1