User Activity

Master: STM32L476RG on Nucleo boardSlave: M95M01-A125, 1 Mbit serial SPI bus EEPROMI set up a SPI driver to study details how registers work and the data is out and in transmitted. The data flow works fine looking at the logic analyzer window. In thi...
I am writing a SPI driver for STM32L476RG, which is on a Nucleo board. First use: Communicate with an EEPROM to see how SPI works, logic analyzer records the bits. The slave seems not to react. I found out the /NSS pin is never High. As far as I get ...