Has anyone had success debugging a MikroE EasyMx board using the STM32CubeIDE?

195 Views Asked by At

I have recently bought a MikroE EasyMx Pro v7 board for the STM32 MCU, however, the compiler which MikroE uses for Arm Development is their proprietary MikroC compiler, which has hardly any tutorials on it.

I was wondering if anyone has successfully configured their board and the STM32Cube IDE to work well together, or if it is even possible.

1

There are 1 best solutions below

1
Armandas On

As long as the MCU is from STM32 series, you can use STM32CubeIDE to develop for it. This applies to any board.

Also, as described in the manual, the onboard programmer is based on ST-Link V2, so debugging should not be any issue.