Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Finding sizeof(structure) in Atollic TrueSTUDIO

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...

BRoge by Associate II
  • 957 Views
  • 2 replies
  • 0 kudos

Exporting Keil projects to platformio

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...

Pstud by Associate
  • 1391 Views
  • 1 replies
  • 0 kudos

Why would syscalls.c generated by newly installed STM32CubeMX 4.26.1 break the build in Eclipse (SW4STM32)?

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...

APagl by Associate III
  • 546 Views
  • 0 replies
  • 0 kudos

How do I get SWO working on the STM32F373

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 ...

DBurk by Associate
  • 889 Views
  • 2 replies
  • 0 kudos

Resolved! Why does this code not work properly in trueSTUDIO?

​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...

SWoon by Associate II
  • 807 Views
  • 1 replies
  • 0 kudos

Resolved! Global Variables and Timer Interrupt

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 ...

VForm by Associate II
  • 6064 Views
  • 5 replies
  • 0 kudos

Resolved! Use mbedTLS on STM32F7 with TrueStudio

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

SPL2LL Converter F4 to L0?

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...