Back to Browse

Using a PEmicro Multilink debug probe with CLion in order to develop on an ARM-based microcontroller

3.1K views
Oct 26, 2022
8:55

In this video, we show how to use CLion together with a PEmicro Multilink debug probe in order to develop, build and debug code on an ARM-based microcontroller. For this example, our target device will be a BluePill with a STM32F103 ARM Cortex M3 microcontroller, and we will be implementing "Blinky", i.e. making an LED blink. We show how to install the required software, connect the hardware, configure and generate the project, create a run configuration in CLion, and finally build and run the code. 00:00 Intro 00:15 Our setup and hardware 01:51 Installing the software 03:32 Connecting hardware 05:05 Configuring and generating project 06:10 Open the project in CLion 06:32 Writing "blinky" code 07:32 Creating run configuration 08:12 Building and running the code 08:31 Useful links Useful links: PEmicro Multilink debug probes: https://www.pemicro.com/ STM32CubeMX code generator: https://www.st.com/en/development-tools/stm32cubemx.html Installing toolchain: https://www.jetbrains.com/help/clion/embedded-overview.html#toolchains Installing custom gdbserver: https://www.jetbrains.com/help/clion/embedded-gdb-server.html#pemicro

Download

0 formats

No download links available.

Using a PEmicro Multilink debug probe with CLion in order to develop on an ARM-based microcontroller | NatokHD