-1

I used to program embedded microcontrollers with keil uvision software on windows but recently I switched to ubuntu operating system and still don't know how to program microcontrollers (cortex -m3 series). I have researched and intend to use segger embedded studio software to do that but currently facing the problem that I do not know how to debug with st-link v2 on the software. Can anyone give me some advice? https://www.segger.com/products/development-tools/embedded-studio/

1 Answers1

0

From the question I deduce you are working with STM micros, they have STM32CubeIDE for example which is based on Java and thus works cross-platform.

Other useful tools include STM32CubeProg and STM32CubeMX.

Sebastian
  • 1,218
  • 1
  • 7
  • 14