It is not possible to display information on TFT through SPI2
Hello! I apologize for the poor translation of Google)))
I have a STM32F100VLDiscouvery debug board with an STM32F100RBT6B chip. I try to display a small red square (for familiarization) on a TFT screen on an ILI9341 chip.
Through SPI1, it turned out to be derived, but through SPI2 - it does not work at all.
I wrote this code for SPI1 and then just remade it under SPI2, replacing the initialization of SPI1 with SPI2 and changing the legs of SPI1 to SPI2.
The oscilloscope sees the signals on SCK and MOSI and the width of the SCK varies with SPI2-> CR1_BR.
What is the problem? Already 5 days trying to decide ...
