2021-12-10 06:46 AM
2021-12-11 01:43 PM
> If I manually set the spi chipselect transmitting via spi works.
In many cases, this is the best way to go. The NSS pin logic is special and not suited as a chip select in many scenarios.
hth
KnarfB
2021-12-11 07:06 PM
This is correct..
The NSS pin does work when set active, however, if you wish to talk to a display with an A0 line, the NSS pin would be automatically turned off, between transactions, which generally messes up the way the display needs to work Stick to manual operation, and it allows you to pick any pin, not just a few.