STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Should I set HAL_DMA_STATE_READY in circular mode?

Hi,I'm implementing a circular buffer for UART transmit via DMA on an STM32L4 device.I've got a callback that updates the read pointer and calls another HAL_UART_Transmit_DMA if it's still not equal to the write pointer.This callback is called by:HAL...

Stijn1 by Associate II
  • 815 Views
  • 4 replies
  • 0 kudos

How to increase SPI display (ili9341) draw speed?

How to fill the screen with one color without seeing the draw pattern from top to bottom?All I want is to make screen instantly change color. I understand that drawing bitmap might be slow, but I want just one color.Is there a way to reduce display c...

JBond.1 by Senior
  • 1776 Views
  • 1 replies
  • 0 kudos

UART_Mutex not working properly!

Dear friends,I've created a UART mutex and when threads only send data over uart, everything works fine but when it is time to also receive data, after a while data is corrupted and the information is wrong and no data is valid! if( osMutexWait(modb...

Mujtaba by Senior
  • 399 Views
  • 1 replies
  • 0 kudos

STM32F469 Quad SPI registers inaccessible.

I am attempting to configure the quad spi peripheral on an stm32f469 microcontroller.The address space for the QSPI starts at 0xa0001000.However, the address space from 0xa0001000 to 0xbfffffff is inaccessible. Attempting to read or write to these r...

AT38 by Associate III
  • 594 Views
  • 2 replies
  • 0 kudos