Problem getting CLK and MOSI on SPI1 using STM32F091.
Hi there,
Variations of this question have been asked before, but I have had no luck so far.
I am attempting a very simple setup where I am using SPI to write to a display, where the screen does not talk back. I am using SPI1 on the STM32F091 and cannot get any signals on the CLK and MOSI lines. I am using other GPIO for CS, RST, and DC. I simply want to use the SPI drivers to control the CLK and MOSI, I am doing the rest manually.
I used CubeMX to generate code and am still not getting anything. I am sure it is a stupid control bit somewhere that needs to be flipped, but I am at a loss.
Here are the generated Init functions:


Here is my main. I am simply sending one byte over and over looking for signals on the line.

Here is the state of my SPI1 registers right before I transmit over SPI.

It seems like the NSS and NSST have caused a lot of problems for people but I have NSS pulse disabled. I admit that I dont have the greatest understanding of what NSS and NSST are doing.
Any help is appreciated!
