Questions tagged [truestudio]
14 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
3
votes
1 answer
single or multiple interrupt handlers in stm32
I am coming from 8-bit world to 32-bit world specifically stm32f103.
At present I am only doing study and discussion with my fellows to know the major differences in the two worlds and also to select the IDE/compiler for myself.
Some fellows told…

alt-rose
- 1,441
- 14
- 29
2
votes
1 answer
STM32F429I Discovery board - unable to do printf() redirection using SWV/ITM
I am an STM32 newcomer. I recently got an STM32F429 Discovery dev board which I have been playing around with. Currently I'm trying to figure out how to use the debugging functions of this M4 Cortex, specifically the SWV ones.
I used STM32CubeMX…

Blargian
- 829
- 2
- 9
- 27
2
votes
3 answers
Why does setting up some GPIOs cost so much memory?
I'm trying to write a library for my hobbyish purpose and it's almost ready for a smoke test. The only thing that annoys me is a called-once fuction :
(Note: all uppercase phrases are macro constants)
{
/////////// Interface clock…

Long Pham
- 1,260
- 1
- 11
- 21
2
votes
1 answer
STM32L1xx HAL_GPIO_Init Problem
I am developing an application for a University project on my STM32L1DISCO board with the STM32L152RC MCU.
I have configured the pins and generated the init code via STM32CubeMX. I am using Atollic TrueSTUDIO as the IDE.
The problem is that the…

Rishabh Kumar
- 21
- 1
- 2
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
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
2 answers
How to upgrade StdPeriph drivers for STM32F103 project
I have an old project which is built on using "StdPeriph drivers" for STM32F103 MCU and Keil environment. It uses various drivers for gpio, adc, can, dac, dma, i2c, spi, tim, uart etc.
As these drivers are obsolete now so I want to move to new…

alt-rose
- 1,441
- 14
- 29
0
votes
1 answer
Is DS28EC20 (20Kb 1-Wire EEPROM) a secondary address of I2C?
I have a MCU (nucleo64 L476RG), connected with I2C, and I2C is connected with DS2482-100 (Single-Channel 1-Wire Master), then to a DS28EC20 (20Kb 1-Wire EEPROM). I create project from stm32cubeMX and try to receive data from DS28EC20, there are two…

adam
- 49
- 6
0
votes
2 answers
How to find I2C address of DS2482-100?
I am using stm32cubemx to create an I2C project. I am using nucleo64 L476RG to connect with I2C ds2482-100, and another 1-wire DS28EC20 is connected with I2C. I am very new to this project. The first thing I need to figure out is the I2C address for…

adam
- 49
- 6
0
votes
2 answers
How to create a static library for a UART sensor for STM32?
I am working on a project using the NUCLEOF103RB development board that interfaces with a fingerprint sensor over UART. I am using the TrueStudio IDE and would like to develop a "library" for the sensor that I would then want to import into my main…

ankitm
- 121
- 1
- 5
0
votes
1 answer
STM32CubeMX HAL vs CMSIS
If I generate code using STM32CubeMX then which files are related to CMSIS and which files are related to HAL? My toolchain is Atollic TrueSTUDIO.

scico111
- 857
- 16
- 39
0
votes
1 answer
TrueSTUDIO look and feel
I have used Keil uVision and Microchip MPLABX IDE's a lot for various MCUs. Now starting to use Atollic TrueSTUDIO for STM32 MCUs.
But even after spending many weeks on trueSTUDIO and building many small example codes in it.. i still do not feel…

scico111
- 857
- 16
- 39
-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