STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Custom bootloader for dual-core STM32H745ZI

I made custom bootloaders for STM32F7 and SM32H7, so I'm a bit familiar with the process to update an application when using a bootloader.But how does one make a bootloader for a Dual-Core STM32H7?I think it goes like this.If I use the CM4 core for t...

Jack3 by Senior III
  • 1184 Views
  • 3 replies
  • 2 kudos

What if i debug the STM32f429iit6 program in Nucleo F429zit6 ?? I debug it in nucleo and now nucleo's USB FS working fine but the same code does not working in controller(stm32f429iit6). why this is happening ??

I have two boards Nucleo F429ZIT6 and STM32F429IIT6 . Both controller have same Data sheet , both have same USB FS pin. I write the code for stm32F429IIT6 and debug it in both of boards my nucleo board is working fine but my STM32F429iit6 board is no...

pshin.2 by Associate II
  • 1637 Views
  • 8 replies
  • 0 kudos

How to connect FATFS to Nor Flash on STM32H747

Hi.I am using a STM32H747BIT MCU with Nor Flash (MT25QL512)Reading and writing Nor flash by setting in the IOC file was successful.I want to set up a file system(FATFS) on Nor flash.There is a library of FATFS in IOC.So I want to use this.​​​Is there...