STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UART 7-Bit mode in STM32F103C8T6 Controller

Hii I am using STM32F103C8T6 controller and i want to initialize UART 7-Bit mode as per this configurations none Partiy Bit and 1 stop Bit. But in the controller has  these two parameters UART_WORDLENGTH_8B & UART_WORDLENGTH_9B. Then how to init UART...

Yeswanth by Associate II
  • 474 Views
  • 4 replies
  • 3 kudos

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
  • 547 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