Questions tagged [truestudio]

Atollic TrueSTUDIO is a C/C++ IDE dedicated for STM32 microcontrollers.

IDE specific for STM32 microcontrollers, especially STM32 and is based on the Eclipse IDE.

Website: Atollic TrueSTUDIO

47 questions
9
votes
2 answers

Atollic TrueSTUDIO: How to convert from C to C++?

I try to convert my project to C++ in TrueSTUDIO for STM32 by Selecting project (in C/C++ Projects tab) Right mouse button, select New/Other In C/C++ tab, Convert to a C/C++ Project (Adds C/C++ Nature) When pressing Next, nothing happens (unclear…
Michel Keijzers
  • 15,025
  • 28
  • 93
  • 119
3
votes
1 answer

gcc weak attribute inconsistent behaviour

I am using gcc compiler in windows10's powershell. gcc came with the Atollic TrueSTUDIO ide. The reason I am doing this is to be able to create an .exe file from the C code so unit testing becomes easier. I encounter a linker error (undefined…
Tomi_Stack
  • 31
  • 2
3
votes
2 answers

Atollic couldn't verify ST device?

trying to program and debug STM32F103 (Bluepill) from Atollic TrueStudio 9.3 I got following message: STMicroelectronics ST-LINK GDB server. Version 5.1.0 Copyright (c) 2018, STMicroelectronics. All rights reserved. Starting server with the…
user505160
  • 1,176
  • 8
  • 25
  • 44
2
votes
2 answers

What is issue with STM32 Virtual Com Port? I can not open it

I have Nucleo STM32H743ZI board. I'm using CubeMX HAL (I tried several versions) and TrueStudio. "Virtual COM port" appearances in Windows 10 (I tried default Windows driver and ST driver) but I can not open port. My C# program write me "The…
Papayaved
  • 103
  • 1
  • 1
  • 11
2
votes
1 answer

How to include the CMSIS-DSP headers in Atollic TrueStudio

I am trying to implement the use of DSP in the STM32 F411RE board, but I cannot seem to include the necessary files without invoking numerous errors. Background I have previously had CMSIS and CMSIS-DSP working in Keil uVision, but given the code…
Nanne118
  • 125
  • 1
  • 13
2
votes
2 answers

How to debugging and flashing Nucleo32 board from TrueStudio?

I'm trying to flash my code to NUCLEO-L432KC(STM32L432KC) by TrueStudio. It was failed. [ It looks tool cannot detect ST-Link probe. I just connected it by USB cable from PC (Windows10). Code and project file are generated by STM32CubeMX. What is…
GuruK
  • 21
  • 1
2
votes
0 answers

Atollic TrueStudio (Eclipse) Debug Expressions array cut to parts

I would like to copy all of the elements of an array to excel sheet by debuging variables in Expression panel in the Atollic TrueStudio for STM32 9.1.0. During debug in the expression panel I can easily select the array elements and the ctrl+c ->…
D_Dog
  • 165
  • 9
2
votes
4 answers

STM32 Atollic TrueSTUDIO - Graphical view of the Memory

I'm using Atollic TrueSTUDIO for STM32 as an Eclipse Based IDE to perform Digital Signal Processing on audio signal. I'm looking for a way to plot an array (16 bits audio samples) from RAM memory. For the moment I'm using : The memory View The SWV…
Syl Mont
  • 33
  • 6
2
votes
1 answer

Import C Library in Atollic TrueStudio, STM32CubeMX

I am currently working on a STM32F767ZI-Nucleo board and a little security chip (microchip atecc508a), that is connected via i2c connection. For this chip is a library available CryptoAuthLib, that I want to use in my project. I'm also using…
Habebit
  • 957
  • 6
  • 23
2
votes
2 answers

Give the priority of the IRAM to a specific source file in C

I'm looking for a way to give the priority of the IRAM to a specific source file and let others source files by default. From Keil uVision I was able to do it by going in the file options : I migrated my project to Atollic TrueSTUDIO (generated…
MasterRem
  • 112
  • 10
2
votes
0 answers

Atollic TrueStudio, how to unittest?

I'm trying to make unit tests with Atollic TrueStudio (for STM32 microcontrollers). In the past they had a dedicated unit test application (TrueVerifier), but I wonder what is the best way to use it now? Also, if there is no unit test for…
Michel Keijzers
  • 15,025
  • 28
  • 93
  • 119
1
vote
1 answer

How to uninstall Atollic TrueSTUDIO for STM32 (Linux)?

I've downloaded and installed the ATOLLIC TRUESTUDIO FOR STM32 on my computer (Linux) from the STM32 official website. Unfortunately, it is not working appropriately. It keeps crashing all the time. Hence, I want to uninstall it, although I didn't…
Aatif Shaikh
  • 322
  • 2
  • 14
1
vote
1 answer

Program received signal SIGTRAP, Trace/breakpoint trap in atollic true studio

I'm new to the atollic truestudio. I have running a C code for STM32 MCU, but unfortunately the code stops its execution at the same point everytime when I debug the code even though there is no breakpoint applied. I have attached an image below for…
1
vote
1 answer

Why does casting to a float hits a hard error on STM32F429ZI (App_Fault_ISR)

Why does casting to a float hits a hard error on STM32F429ZI (App_Fault_ISR)? I'm not exactly sure what's going on here. I'm use a Nucleo Board, STM32F429ZI, on Atollic TrueSTUDIO The Code CPU_FP32 speed; CPU_INT32U val = (CPU_INT32U)(0x20u >>…
Iancovici
  • 5,574
  • 7
  • 39
  • 57
1
vote
1 answer

Issues in Debugging program in Atollic TrueStudio

I have designed a circuit in which I am using STM32L452RETx micro-Controller on PCB. This is basically a current sensor. I am using JTAG-20 connector for debugging. I am using Atollic TrueStudio IDE. The issue is when I debugg program in TrueStudio…
1
2 3 4