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

Resolved! FreeRTOS debugging: Where am I?

I'm trying to debug a 429 FreeRTOS app using LwIP, which periodically has a huge (1.5 second) delay whilst trying to pump out messages. Using Atollic 9.1.0, Segger debug code on Nucleo-429ZI board. I can stop the application when it pauses, but the F...

[TrueStudio] What type is "XX_GPIO_Port" ?

To minimalize migration from a current working atmel design to a new stm32 design, i desire to create a abstraction function in atollic true studio. Currently, it seems that when generating the project via cube, the MX_GPIO_Init function uses each co...

JOF by Associate II
  • 1345 Views
  • 4 replies
  • 0 kudos

alternative malloc implementation

Hello,I am using Truestudio 9.2.0 with FreeRTOS 10.2.0I want to add custom malloc implementation in my project. I declared void * malloc( size_t xSize ){//please add your own code}in my c files but it gives me error.c:/program files (x86)/atollic/tru...

tushar_tp by Associate III
  • 626 Views
  • 1 replies
  • 0 kudos

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
  • 843 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
  • 1205 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
  • 468 Views
  • 0 replies
  • 0 kudos