STM32F7 + SPI + LCD
Helo! I'd like to make the next thing:
LCD application and communication with another IC through SPI,
I did the next steps:
1. I made a new uVision LCD projects (found the steps in the ARM youtube channel, works fine).
2. I checked the SI DMA example (STM32Cube V1.8.0).
3. Import the files (stm32f7xx_hal_msp, stm32f7xx_it, main.h)
The project is not working. Where should I look the problem? Or how should I solve this, or what is the way?
#keil #spi #stm32f7