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

DFSDM output array values are wrong

I am using STM32F413CG MCU , I'm trying to interface DFSDM to have audio samples to send it to I2SI am running DFSDM audio clock at 61.44MHZ and clock divider is 20 , FOSR = 64 , Sinc 4 Filter , right shift =0 my problem is that DFSDM output array va...

0693W000000V4ebQAC.png 0693W000000V4eRQAS.png 0693W000000V4eHQAS.png 0693W000000V4eCQAS.png
HNabi.1 by Associate II
  • 593 Views
  • 0 replies
  • 0 kudos

Doxygen bug in usb_device.c.

Getting some doxygen warnings:usb_device.c:94: warning: unbalanced grouping commandsusb_device.c:98: warning: unbalanced grouping commandsI think the file is missing a couple of @defgroup or @addtogroup./* USER CODE BEGIN Header */ /** ***********...

MSipo by Senior II
  • 510 Views
  • 0 replies
  • 0 kudos

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
  • 580 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
  • 1020 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
  • 527 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...