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 173 times
2 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,451
0
At the moment of writing (2024-02), there are at least two official options:
- ST-LINK On-Board (old V2 versions) can be converted into a J-Link.
- Segger Embedded Studio since version 8 has native ST-Link support.
gresolio
- 101