User Activity

Hello everyoneIn one of our projects we created a bootloader and the application. Both projects are located in a separate workspace in the STMCubeIDE v1.10. My goal is to setup the GDB debugger in a way, that I can start the debugger from the bootloa...
Hi everyone,I'm using the STM HAL for my SPIcommunication in master mode. Toreadout my ADC, I implemented a state machine, which startsthe ADC conversion and then once a data ready signal is received, the data isclock out in SPI full duplex mode. Onc...
Hi there,I imported a Attolic studio project to the STM32CubeIDEand everything works execpt printf... I'm trying to get the sprintf running in the new STM32CubeIDE and there are already several fixes available:_estack = 0x2001ffff fix here: https://c...