Is it possible to drive peripheral devices with octospi?
In my design, I want to drive a dac with octospi.I need to transmit data via the interface in DAC data frame without any instruction and address.like: *(__IO uint8_t*)&OCTOSPI1->DR = data[i]; void OCTOSPI1_Init(void) { OCTOSPI1->CR &= ~OCTOSPI_C...