Can I program the OpenCM 9.04 with the STM32cubeIDE?

Can I program the OpenCM 9.04 with the STM32cubeIDE?

The OpenCM is compatible with the STM32cubeIDE and the STM Debugger as well.

Hi Jonathon, thank you for your reply.

Do I need the STM debugger to program the board from STM32Cube or just with an USB cable would be enough? For what I’ve seen there’s no OpenCM board setup on the IDE, should I just set up a generic STM32F103CBT6 project?

Thanks in advance!

You will need some kind of STM JTAG Debugger. The Arduino bootloader that comes standard on the OpenCR isn’t compatible with USB firmware uploads from CubeIDE. It should be possible to implement that functionality yourself with a custom bootloader, but I’m not aware of any existing projects of that sort.

Additionally, if you ever want to go back to the Arduino IDE, you will need to reflash the standard bootloader back to the OpenCR in order for it to be recognized.