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

I cannot debug from main() function (NUCLEO-H743ZI2)

Hi all,I have developed a program with NUCLEO-H743ZI (Version 1).And there is no problem for debugging. Recently, I bought NUCLEO-H743ZI2 (Version 2). I found it cannot enter main function in the first beginning. I try to uncheck 'run to main' item ...

clee.10 by Associate III
  • 1923 Views
  • 2 replies
  • 0 kudos

Resolved! EEPROM on the H7xx would be nice

I'm not sure how many H7xx applications deploy without EEPROMs. Everything I've touched in the last 5 years in the F3xx and H7xx line needed an EEPROM for the usual customer side configuration persistence requirement. My customers prefer to take the...

n2wx by Senior
  • 5407 Views
  • 14 replies
  • 1 kudos

Why does hard fault occur in STM32H753 VI?

When I was trying to download the code to STM32H753VI using IAREmbeddedWorkbench, IARissued a warning to me.Warning: There were warningsduringdownload, seeLogWindowAfter pressing the OKbutton, I checked and found my code was held in HardFault_Handler...

Ekim.1 by Associate II
  • 1961 Views
  • 5 replies
  • 0 kudos

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
  • 2027 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
  • 1889 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
  • 1538 Views
  • 2 replies
  • 0 kudos
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.