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

H743ZI2 SDMMC with DMA (MDMA)

Hi, I've been trying to use SDMMC1 on the h743ZI2 nucleo board but can't get it to work with (M)DMA (it works without DMA with straight HAL code) as I always get HAL_SD_ERROR_TX_UNDERRUN when trying to format the card.I have copied the rtos threads f...

OHaza.1 by Associate III
  • 1468 Views
  • 5 replies
  • 1 kudos

Resolved! How to configure DFU from Cube MX

Hi to all,I want to configure DFU to create a USB bootloader for STM32F401RE (I need to understand it on this hardware for future implementation on different MCU). I have some questions.I configure CubeMX as the .ioc file attached.The main settings a...

ABatt.1 by Senior
  • 1962 Views
  • 4 replies
  • 0 kudos

LWIP on STM32H7 and Cubemx not working

I am using STM32H7 MCU and Cubemx ide. I am facing an issue with ethernet connectivity with the Nucleo board which has STM32H743 mcu.I have configured Connectivity ETH and set the mode to RMII and enabled LWIP from the middleware. I tried DHCP enable...

SS.Sagar by Associate III
  • 1268 Views
  • 2 replies
  • 0 kudos

UNABLE TO CONVERT TFLITE MODEL FROM KERAS MODEL

Hi, Am trying to create the ASC model which is existing in FP-AI-SENSING1 Pack. When I was converting from keras model to TFlite model am getting below error. Am using the same code which is in the pack, am not changing anything. Even the audio file...