User Activity

I'm using the LTDC peripheral to interface with a TFT LCD. It works great. Now I'm interested in rotating/orienting the display by 90 degrees. I have a couple approaches in mind - Doing some pointer gymnastics into the frame buffer that basically wri...
I am interpreting this to mean that each data signal (including CMD line) should all contain equal number of vias. For example if line D0 is routed to MCU and this trace requires 2 vias on its path to the MCU then all other data signals should also c...
For example I have the following frame buffer data with mostly 0's and only the first value populated with a blue color.static const uint32_t image_data[480] = { 0x000000ff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000...
This can be reproduced by starting a new CubeMX project using reference MCU STM32L4P5ZGTx and firmware package STM32Cube FW_L4 V1.17.0. Start by enabling SDMMC2 (4 bit wide bus mode) and FATFS (SD card mode with SDMMC instance set to SDMMC2, any GPIO...
Kudos from