• About STM32 SPI multi slave setup
    Hi, I am trying to construct a SPI network with STM32F1 MCU in a star-shaped network so that all slaves are connected directly to the master. In a one-master-one-slave situation, it seems that the...
  • About STM32 SPI multi slave setup
    Hi, I am trying to construct a SPI network with STM32F1 MCU in a star-shaped network so that all slaves are connected directly to the master. In a one-master-one-slave situation, it seems that the...
  • How are packets routed from a master to the correct slave in a multi-slave AXI system?
    I understand packets are rotued back to the master by using the transaction ID fields, including the additional bits the interconnect adds in order to be able to trace back to the master that issued the...
  • How are packets routed from a master to the correct slave in a multi-slave AXI system?
    I understand packets are rotued back to the master by using the transaction ID fields, including the additional bits the interconnect adds in order to be able to trace back to the master that issued the...
  • Multi-Sensor Network Using I2C
    Hi, i just want some help for how to initialize the code for Multi-sensor network Using C-code..How can i connect two different sensor to communicate? I know how to configure SDL and SCL GPIO pins and...