STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL Library Migration to SPL Library

Dear All,Am converting one code from HAL Library to SPL Library.In same am using SPI BUS , for it one of function is used which is as mentioned below:-" HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100); "Same i wanted to conve...

RKade.1 by Associate III
  • 496 Views
  • 3 replies
  • 0 kudos

Resolved! DMA's CT register is not changing after conversion

Hello,I'm trying to get multi-buffer DMA on ADC working. I modified `HAL_ADC_Start_DMA` function to use `HAL_DMAEx_MultiBufferStart_IT`instead of `HAL_DMA_Start_IT.But for some reason, M0 Completion Callback is executed multiple times before switchin...

Looking for a library for ESC control sequences

Hi. There is a task of displaying the menu, data input-output, editing from the terminal. I use stm32h743 communication via com port. Looked closely at the "ncurses" library, the problem with porting it to the project. I have no operating system. The...

Is the uart overrun unavoidable?

MCU: STM32F072, clock: 48MUART BR: 115200, clock: 48Mapplication: receive 20 bytes per secondissue: overrun happens sometimes, maybe after 3 hours or 1 day.I think the clock is fast enough to handle the slow application, but overrun happens sometimes...

JLee.32 by Associate III
  • 5521 Views
  • 7 replies
  • 0 kudos

HAL_UART_Receive needs excessive timeout

I'm using HAL_UART_Receive to receive 8 bytes from a Nextion screen. The baurate is 9600, so the response takes ~10ms.If I set the timeout around 50ms, the response is not read properly. If I increase the timeout to 300ms, then all works fine.I don't...

Markobar by Associate II
  • 359 Views
  • 1 replies
  • 0 kudos