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

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