I have a function with an ifdef in it to conditionally compile a section of code. The ifdef is defined so the code should be active. When I hit a breakpoint before the code the highlighted line of code matches. When I try to single step to the nex...
Has anyone else stumblen on this?I had a build configuration, and I needed to do another for a different memory area. I made a new one with a different name based on the existing configuration, and when it compiled and linked, I removed the old one. ...
Hello,How could I specify the stack size in the graphical interface of Atollic TrueStudio for STM32?Best regardsMichel
I'm a real newbie, so please forgive my lack of articulation at what I am trying to do. I have bought the SensorTile development kit and I am currently using Atollic TrueStudio. I have downloaded the STM32CubeMX Eclipse Plugin but cannot see anything...
Posted on March 16, 2018 at 07:40Hi Forum. I am new to the H7 line of processors and the first thing I tried is getting printf() output on the traceswo pin of my nucleo-H743ZI. What I have tried:1. The 'Everything out of the box' way:Use cubeMX to c...
Hello,I use TrueSTUDIO 9.2.0 and I sometimes get the followingerror:warning: Remote failure reply: E31C:\Users\***\AppData\Local\Temp\truestudio8442355296883488729gdbscript:14: Error in sourced command file:Remote communication error. Target disconne...
Hello,I am using the stm32 F767ZI development board for a project. This is my first time using this board and only my second time working with an MCU in general. The software I am using is CubeMX and Attollic Truestudio.My current goal is to read dat...
reading the reference manual of stm32f103, i came to know that ADC prescaler is set using RCC_CFGR in keil.hence in keil xxxxxxxxxxxxxxxxxxx=RCC_CFGR_ADCPRE_DIV2;i dont know what to put at the place of xxxxxxx in Keil ?as in case of stm32f4 i know A...
I am using TrueSTUDIO 9.2.0 and I created a build configuration named BOOTBUILD, and (after some struggling) I notice the (default) debug configuration writes the MCU from wrong ELF file independently form the active build configuration.When I change...