User Activity

I have configured Octospi for Single SPI mode in CubeMX and am attempting to use HAL_OSPI_Transmit() to write 48 bits to my device (as I would using a basic SPI peripheral). But the code fails. The OSPI is in the HAL_OSPI_STATE_READY mode, but needs ...