User Activity

I am trying to use an external flash memory (TC58CVG1S3HxAIx) with NUCLEO-L476RG board. I can’t get the QSPI to work. I used STM32CubeMx to configure QSPI: void MX_QUADSPI_Init(void) {   hqspi.Instance = QUADSPI; hqspi.Init.ClockPrescaler = 255; ...