Questions tagged [atollic]
8 questions
4
votes
1 answer
Error when using debugging under Atollic TrueStudio / STM32
I'm using
STM32F103C8T6
Atollic TrueStudio
STLink2.1
Error I get when debugging:
Debug configuration set in TrueStudio:
What worked before was in SW4STM32/Eclipse, with the following settings. I always had to change the reset mode from Connect…

Michel Keijzers
- 13,867
- 18
- 69
- 139
1
vote
1 answer
Flash and debug of multiple STM32 in JTAG with J-LINK
I have a board where 3 STM32 are connected to a JTAG port. The 3 STM32 are daisy chained. I am using a JLINK EDU Mini with Atollic TrueStudio IDE.
One STM32F746 is a master for the two slaves STM32L451. The NRST pin of each slave is connected to a…

J. K.
- 127
- 4
- 12
1
vote
1 answer
Atollic debug breakpoint problem STM32
when we are debuging automatic breakpoint is coming near main.
how to resolve this issue.

Gautam Kashyap
- 11
- 2
1
vote
3 answers
Atollic STM32H7 + ST-LINK Error writing data to flash with math library
I am currently working on a STM32H743VIT6 chip (on a self-designed board), with the Atollic TrueStudio toolchain (ver. 9.0.0), using a ST-LINK debugger on a STM32F4-Discovery board (ST-LINK firmware ver. V2J31S0).
When I try to debug my program…

Yunfan Li
- 11
- 1
- 2
0
votes
1 answer
Atollic's TrueSTUDIO IDE / SDK displays unbelievable variable values
While debugging with Atollic's TrueSTUDIO IDE / SDK, variables are reported to contain unbelievable values. But, if the code is left to run, the code behaves as if the variable values are correct.
Why?
Up until now, I have been using TrueSTUDIO to…

st2000
- 3,228
- 9
- 12
0
votes
1 answer
I2C in STM32F103 longer data
I am trying to use PCA9539 as an IOexpander for my project. I have a STM32F103 connected to PCA9539 via I2C.
The problem I have is to write into PCA9539. Based on the datasheet I should to send (1) address (2) command byte (3 and 4) data bytes via…

Amir
- 59
- 1
- 6
0
votes
1 answer
ST-LINK Version 2 on Arch Linux not working
IMAGE LINK: https://ibb.co/yfFvwQP
I am using Arch Linux as my main os. I have just started embedded dev and am setting up my env.
I am having an error connecting to my St Link V2 debugger as shown in the snapshot I included. I used Stm32CubeMx to…

Invic18
- 23
- 1
- 7
-1
votes
1 answer
How to handle configuration changes to the project with STM32CubeMX
Just starting to use STM32CubeMX and Atollic TrueSTUDIO to code for STM32L011.
One thing I noticed is that if I made any changes to the project configuration in STM32CubeMX - they will automatically appears in the main.c file without damaging to the…

Roman Matveev
- 2,942
- 7
- 32
- 75