Question
STM32L4R9 Discovery Kit---SPI Communication from FAN-OUT Expansion Board to STM32L4 board not happening
Am Working with STM32L4R9 Discovery Kit
- Trying to connect our module to STM module with FAN-OUT Expansion Board (using SPI interface)
- Generated the code from STMCUBE with following specs
- SPI Pin connections
- MOSI----PIN_15/GPIOB
- MISO----PIN_14/GPIOB
- CS--------PIN_6/GPIOB
- SCK------PIN_13/GPIOB
- Without DMA
- NSS signal software
- SPI Pin connections
- SPI data exchange not happening (DR is always zero)
- Can you pls share the default SPI code
- Suggest me about CS how to configure