Resolved! Hi Everyone, For the past 9 months approximately, we have been working on migrating our custom mcu (stm32L496vg) from a PIC mcu. Currently, we have 2 of our custom boards connected via SPI with one as the master and the other being the slave.
The connections are quite simple Master-CLK , Master->MOSI to Slave->MISO and we only have one Slave so, we aren't using CS. We're only trying to receive simple data but, we're only getting various trash. We have experienced crashing and the clock si...