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

HEX to DFU without files in C#?

Hi everyone,I'm working on an app to configure an STM32 based DFU device and I don't want to deal with the file system. Everything works now except one step, going from Intel HEX to a DFU image directly so I can write it to the device. The ST DFU ima...

DVoro.1 by Associate
  • 546 Views
  • 1 replies
  • 0 kudos

Bootloading Using Pattern 10

Trying to figure out how to bootload the Stm32h745 using the BOOT0 and BOOT_ADDX. AN2606 / AN4938 says to use pattern 10, yet that shows the BOOT0 pin can be low OR high with the only difference being the ADDRX. We're interested in only using th...

0693W000000UvewQAC.png
EZamo.1 by Associate III
  • 933 Views
  • 3 replies
  • 0 kudos

STM32F103C8T6 Cannot jump to boot from application

I'd like to do a jump to bootloader from application on STM32 Blue Pill STM32F103C8T6. My approach looks that: - Write to BKP->DR1 any value; - Do a reset (NVIC_SystemReset());- A the beginning of main, check if BKP->DR1 != 0, than set it to 0 and ju...

JSko.1 by Associate
  • 495 Views
  • 0 replies
  • 0 kudos

Resolved! How to load application using USB DFU loader

Posted on February 13, 2017 at 14:03Short description: I can load .dfu file from DFU_Standalone code sample, but cannot load my own .dfu file.Details:I am trying to work with DFU_Standalone code sample. It works with STM32469I_EVAL_SysTick_0x0800800...

How to read 1Mb file in fatfs

i am reading 1MB file in stm32h750 using f-Read function in fatfs,c file for the USB Stick implementation but its only read 50Kb file not more than so i want to read 1MB file what should i Do read 1mB file in fatfs using USB stick Or USB HOST functio...

MSury.1 by Associate II
  • 453 Views
  • 0 replies
  • 0 kudos