User Activity

I have an STM32F429 Discovery Kit (with included LCD screen). I am running Atollic TrueStudio. I want to run one of the examples provided in the FW package at:...\STM32Cube\Repository\STM32Cube_FW_F4_V1.21.0\Projects\STM32F429I-Discovery\Examples\L...
I have 3.2" TFT display with a SSD1289 display driver connected to my Nucleo-F446ZE. I am using the FMC peripheral, and send data to it with the HAL_SRAM_Write_DMA function. All of the code is my own - I am not using any libraries.HAL_StatusTypeDef...