Tool/software:
Hello,
I would like to read as many as possible spi sensors using tm4c1294.
I understand the microcontroller has 4 spi buses.
I also understand that using the extra 2 data lines in QSSI mode for independent SPI devices is not possible as illustrated in https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1177186/tm4c1294ncpdt-using-qssi-to-gather-data-simultaneous-on-3-spi-data-lines
How could I go about maximizing read capacity of each bus? could I just not use the provided FSS from the bus, and use a GPIO to chipselect the SPI device to be read?
Are there any ti products like bus multiplexers to ease the design of this circuit.
I am also interested on multiplexing I2C lines.
Best Regards,
Can