Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Hello, I am programming a SMT32 chip and I am trying to find the size of a defined structure like the code snippet below. From reading online, using sizeof() on a structure can yield different results on different IDEs. When I use sizeof(struct some...
Hi all,I have a project at Keil µVision using STM32F407VG board (it is created using cubeMX). I would export it as a plateformIO Atom project. The issue is that when generating the code in cubeMX I haven't the IDE platformIO. So I try to create a pro...
On my Mac, I just now upgraded to STM32CubeMX 4.26.1 which generates code with a file Src/syscalls.c. Nearly every function there (_close, _exit, _isatty, _kill, ...) show up in the "Problems" view of my Ac6 SystemWorkbench (aka SW4STM32). If I delet...
My product uses the STM32F373CCT6 and can't get SWO working on the IAR tools and an iJet. These work on other projects just fine.I've contacted IAR and after enough digging it looks like their doing everything correctly (as I said, these things work ...
Hi.I changed the debugging tool from IAR to trueSTUDIO for STM32.There is code that IAR created and completed the operation. However, the same code, but does not work in trueSTUDIO.An example of the code is shown below.int a = 0;void HAL_TIM_Pe...
Greetings to all.I'm new to this forum and new with STM32 too. So i decided to experiment (and mess) with them to learn something.Now the first problem. I am esperimenting with timers, and after i discovered we can't use HAL_Delay() inside a timer's ...
Hi there,is there any installation guide on how to use functions of the mbedTLS library (sha256, ecdh, ecdsa, ECC key generation) on a stm32f767zi with TrueSTUDIO as an ide?Thank you for your help. WorkingStudent
I am trying to Convert my code, running on a NUCLEO F411RE Board to a NUCLEO L053R8 Board.There is a Datasheet "AN5044", so i followed the instructions. I choosed the source directory and the destination directory and started the convertion. I got 77...