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! Custom bootloader jump to application in STM32H7A3

hello,     I use STM32CubeIDE 1.16.0 and working on a custom bootloader to jump to application at address 0x08100000, here're the jump code below:    void jump_to_application(uint32_t flash_address) { void (*app_reset_handler)(void); uint32_t main_st...

lbapplem by Associate II
  • 1503 Views
  • 4 replies
  • 1 kudos

Resolved! HPDMA with ADC with STM32 MCU(H7S3L8)

Hi, I tried to set up and use HPDMA with ADC on my Nucleo-H7S3L8,but I have some questions about how to use it.I could not find documentation on using HPDMA with STM32 MCU, only for GPDMA.I found an HPDMA example for the Nucleo-H7S3L8 (ADC_SingleConv...

prometheans152_0-1720659795732.png

Resolved! GPIO Interrupt

Is it possible to disable a specific GPIO interrupt in my code and re-enable it after some time. HAL_NVIC_DisableIRQ(EXTI4_15_IRQn) this function will help but this will disable all the GPIO pins connected to that particular EXTI line. Any other poss...

STM32U545 Nucleo Fails to Initialize SDMMC

Hello, I am attempting to use an STM32U545 nucleo board with an external SD card shield from Adafruithttps://www.adafruit.com/product/4682However, each time I attempt to initialize the SDMMC peripheral, the call to HAL_SD_Init fails with a DTIMEOUT e...

aroby95 by Associate
  • 881 Views
  • 1 replies
  • 0 kudos