STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 How to use LTDC

Hi, I designed a board with uC STM32H743 that works with a 480x800 display connected through the LTDC peripheral, I don't quite know how to use the LTDC, I don't have ram for the buffer of the entire display. What I can do is fill the background with...

kulfi27 by Associate II
  • 119 Views
  • 1 replies
  • 0 kudos

The GPIO output before initialization

We are developing a device using the STM32H743.We are setting up the GPIO during initialization, but I am wondering about something.What is the GPIO output before initialization? Is it high impedance?Or does it change depending on the circuit connect...

HAL_NVIC_EnableIRQ does not end

    // DMA RX 설정    __HAL_RCC_DMA1_CLK_ENABLE();  // DMA1 클럭 활성화    hdma_rx.Instance = DMA_USART1;    hdma_rx.Init.Request = DMA_REQUEST_USART1_RX;    hdma_rx.Init.Direction = DMA_PERIPH_TO_MEMORY;        hdma_rx.Init.PeriphInc = DMA_PINC_DISABLE;   ...

yonggeon by Associate
  • 167 Views
  • 3 replies
  • 1 kudos

Debug port

Dear sir, dear missis,I'm working with an STM32L053r8 on a step by step know-how. My interface with the bootloader runs fine, and I am able to cover the main features provided through this interface. The issues I try to cover now is the right underst...

Resolved! Explanation of samples/library names?

Hi,in the MCU selector app, in the Example selector, there is a long list of examples, all using acronyms (see screenshot below). Some are obvious like "ETH" but most are not.Some questions:1) Where can I find a table/list that explains what each of ...

Ricko_0-1734938955691.png
Ricko by Senior III
  • 206 Views
  • 6 replies
  • 3 kudos