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

Hi, I'm using STM32F765IITx dual bank 2MB Flash.Boot loader in the first bank and my FW reside in the other bank.

After I've loaded the BL then the FW i encountered the below scenarios: 1-Full chip erased 0xFF in the whole flash.2-Garbage value in bank of FW.3-BL code exist but FW code is erased.I wounder why that happened?some times making repeated power on/off...

MYous.8 by Associate II
  • 232 Views
  • 0 replies
  • 0 kudos

f_mount freeze the system if _FS_REENTRANT is enabled. I had to disable it in order to mount my USB stick. Anybody know why?

I' m working on an stm32F429discovery board and I want to read an image from an USB stickI initialized the USB stack, registered the MSC class and started the USB. Really CubeMX did it for me calling MX_USB_HOST_Init() and FAT_FS_init at the beginnin...

Mvill.17 by Associate III
  • 636 Views
  • 0 replies
  • 0 kudos

FMC NOR is extremely slow !

Hello,I run the FMC nor example for stm32h743 eval, with the eval board, and I get very poor timing:I used the original configuration , and only changed DataSetupTime   from 8 to 10 (with the original configuration, the test fails with my eval board...

ranran by Senior II
  • 3055 Views
  • 24 replies
  • 0 kudos

Using low power with USB interface

Hi I am using the stm32L433 and installed the USB VCP library from CubeMX . I used the HAL as looked like a lot of code for doing it from scratch with registers. Anyway, I have a low power project running on batteries and the USB interface wont be ...

Setting up STM32F765 for dual boot operation.

I'm trying to set up our system for dual boot mode. I'm using AN4826 "STM32F7 Series Flash memory dual bank mode", AN2606 "STM32 microcontroller system memory boot mode", and sample program "STM32F769I_EVAL\Examples\FLASH\FLASH_DualBoot" as guides. ...

murrellr by Associate II
  • 1098 Views
  • 1 replies
  • 0 kudos