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

Custom HID Device (Joystick)

Hi there,I have an old joystick which i want to convert to a custom hid device, the stick has three shiftin registers (cd4201) which i am reading using spi1. I know these shift register are being read cause i am sending it to serialport3 (just for de...

MHovi.1 by Associate II
  • 823 Views
  • 0 replies
  • 0 kudos

Resolved! HAL_FLASHEx_Erase does not work for STM32L496VE due to incorrect FLASH_BANK_SIZE and FLASH_BANK_2 being declared

We have designed a custom bootloader solution that works on multiple STM32 devices, however when we attempted to use it on STM32L496VE we realised HAL_FLASHEx_Erase did not clear the flash, even though it returned HAL_OK.On further investigation, it ...

Kaz by Associate
  • 744 Views
  • 1 replies
  • 0 kudos

How to enable pdm2pcm middleware?

STM32F4-DISCOVERY board: I need to read from the mic (MP45DT02) and I was trying to use the STM32CubeIDE to generate the initialization and I cannot get to enable the pdm2pcm middleware. I have tried to configure I2S2 (no errors) but still pcm2pcm is...

RLecu by Associate II
  • 1737 Views
  • 4 replies
  • 2 kudos

How to config UART in STM32F446?

I'm using STM32F446, I found one issue. In STM32F4xx_hal_uart.c, it stated that.  ==============================================================================            ##### How to use this driver ##### ===========================================...

HXiao.1 by Associate II
  • 1530 Views
  • 2 replies
  • 0 kudos

STM32 DFU Multiple Memory IC

Hello,I have my custom board and it has 3 different memory area (pyhsically) and they are, Internal 64K flash which has 2x32KB sectors, Parallel NOR Flash 64 MBit which has 128KB sector size, 128MBit QSPI Flash which has 64KB sector size.If i use onl...