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! STM32G041 boot mode selection

Hello All,We are using STM32G041F8P6 in our project. This IC will be programmed through I2C/USART and we will be using System Memory for booting(internal flash).As per the datasheet:At startup, the boot pin and boot selector option bit are used to se...

sagar_bn by Associate II
  • 3645 Views
  • 3 replies
  • 0 kudos

only interrupt once for HAL_SPI_RxCpltCallback

Configured Master/Slave SPI. (1). trigger Interrupt SPI receive.(2). Interrupt and receive a data(3). Trigger interrupt SPI receive again(4). Never trigger SPI Interrupt receive.... HAL_SPI_Receive_IT(&hspi1, SPI_Receive_Buffer, SPI_RECEIVE_DATA_LENG...

H743 USB Host

I have the Keyboard working, but when a usb hub is installed the keyboard is not visible does anyone have some clues to get a usb hub working ?