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/
Asked
Active
Viewed 104 times
-1
-
try this one https://askubuntu.com/a/1111866/856659 – abu-ahmed al-khatiri Dec 17 '21 at 08:53
-
1Possible native alternative is Mbed Studio from https://os.mbed.com/studio/ . – N0rbert Dec 17 '21 at 11:40
1 Answers
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