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

Resolved! How to Create a Super Simple Bootloader, Part 3: Developing the Boot Code - check if an initial SP is loaded at the start of flash

Hi,I had a question regarding Bruno's excellent series on creating a simple bootloader.In part 3, there is an if statement which checks if something has in fact been loaded into the applications's flash region:// bootloader main.c if( ( *(uint32_t *)...

DRall.1 by Associate II
  • 1987 Views
  • 5 replies
  • 0 kudos

Behavior with _LOW_POWER

Hi everyone,I am working on an USB-PD source that is battery powered.To make use of the low power features, I defined _LOW_POWER.When this is defined, I get a problem in connection with eletronically marked cables (EMC). Non-EMC cables work fine.The ...

CWern.1 by Associate II
  • 3162 Views
  • 11 replies
  • 0 kudos

Resolved! Problem with STM32H747 HS USB DMA.

Hello together,after a lot of trouble getting the USB HS port working on the STM32H747 on the STM32H747I-DISCO Discovery kit I’m stuck again. I’m using STM Cube IDE 1.7 and the HAL USB CDC lib.I was able to get USB CDC working on the M4 thanks to htt...

FTrie.1 by Associate II
  • 4349 Views
  • 7 replies
  • 1 kudos

FatFs + SDMMC + DATAEND interrupt

I've been struggling to get FatFs working on STM32L496 / L471 for some time now. At present my code uses polling which even at low card clock with certain interrupts disabled is not reliable enough, giving me random FR_DISK_ERR. I know I have to get ...

MPage.1 by Associate II
  • 1229 Views
  • 1 replies
  • 0 kudos

Resolved! Is there any USBX Host Class - Audio/Video example?

I'd like to develop USB host application with Audio and/or Video class.Is there any working example project or code snippet?I checked STM32 HCD driver file - -ux_hcd_stam32_periodic_schedule.c, but it always generates EP_TYPE_INTR packet. How can I s...

sirius506 by Associate III
  • 1593 Views
  • 4 replies
  • 0 kudos