2022-09-20 10:38 AM
Can I use STM32CUBEIDE to fully replace KEIL?
I am considering using Mac-based STM32CUBEIDE for programming. Does STM32CUBEIDE support other non-STM32 product applications? Like debugging.
Thanks!
2022-09-20 11:09 AM
For off-brand product one could presumably just use GNU/GCC and Eclipse and Segger or CMSIS-DAP type pods.
2022-10-07 05:10 AM
STM32CubeIDE only supports STM32. You will not be able to use it together with non-STM32 HW.
If you stay inside STM32, then at least this part of replacing KEIL is OK.
The next question is which features you consider important in KEIL and whether equivalent feature exist in CubeIDE. :)