Master Assigning Unique IDs to Slave SPI Devices
Hi,I have successfully setup SPI between a master to many slave STM32F373s. I include an 8 bit deviceID in the packet header and the master always initiates the request.I am looking for the best way for the master to assign unique device IDs. I'm c...