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

malloc on NUCLEOSTM32F429ZI

I want to use malloc to dynamically open a data buffer for my program.my code is followed:uint8_t *pModbus_Memory;pModbus_Memory=malloc(2048*sizeof(uint8_t));memset(pModbus_Memory,6,2048);I can't set value for my opened memory. and also memcpy doesn'...

yang hong by Associate III
  • 852 Views
  • 4 replies
  • 0 kudos

Only current thread is shown in debug window

I have a project for STM32F3 using FreeRTOS.During debug, when I pause execution or a breakpoint is hit, stack trace info is only displayed for the currently executing thread, not all of my threads.However, if I look at the FreeRTOS task List, inform...

MButsch by Associate III
  • 877 Views
  • 1 replies
  • 0 kudos

After changing from STM32H753 Y to VI, an error occurred.

I compile using IAR Embedded Workbench, and download the code.Recently, the chip was changed from STM32H753 Y to VI.I tried to insert the code used in the Y version into the VI as it is, and I issued the following warning in IAR.Mon Mar 09, 2020 09:2...

Ekim.1 by Associate II
  • 876 Views
  • 2 replies
  • 0 kudos