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

STM32F427 Reading UART

Hello!I'm doing an application in which my control board is I2C slave of my PC and my control board has to communicate with another board (let's call it test board) via UART.This test board uses custom UART text commands to perform tests on itself.Fo...

BBori.1 by Associate II
  • 467 Views
  • 1 replies
  • 0 kudos

Resolved! stm32f4xx missing HAL_TIM_DMABurst_MultiWriteStart

Hi guys!I need to Burst write multiple values using DMA. The processor that I'm using is stm32F407. I found than the solution for this task is HAL_TIM_DMABurst_MultiWriteStart function, but it is missing in the HAL library. https://github.com/STMicro...

Qasdd.1 by Associate
  • 918 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L4 FreeRTOS+DMA2 Channel 4 problem

I am using STM32L496 Nucelo, CubeMX 6.1.1; FATFS, DMA SDMMC with FreeRtos. For some reason I have problems when it comes to using DMA2 Channel 4 with FreeRtos. When it is selected for SDMMC1_TX then I can mount SD card and read data without any probl...

kronikary by Associate III
  • 1379 Views
  • 3 replies
  • 1 kudos

Resolved! Multichannel (scan), single conversion mode

I need to implement a single channel software triggered ADC scan in an interrupt callback paced at 10ms intervals, since the rate cannot be controlled in DMA.I never had an issue doing this with CMSIS, yet, HAL seems to be, well, difficult is the nic...