Question
How many sensor can I connect on a single MCU SPI Line?
Hi, I'm building a system where a STM32 MCU needs to be connected to 5 sensors in SPI.
The sensors are 5 chip MAX31856 or similar.
My doubt is, can I connect 5 sensors to a single SPI line of the MCU? Are there any limits on how many sensors can be connected on a single SPI line? I need some type of buffer? Is better use multiple SPI line of the MCU?
Thanks in advance.
