Resolved! Is it possible for slave to read on 1st clock edge and master to read on the 2nd clock edge for SPI?
Upon reading the user manual for the STM32F072, it seems like it is only possible for the slave and master to both read on the first edge or both read on the second edge. However, I am trying to interface with an ASIC in which the ASIC(slave) reads o...