Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 5 months ago.
QSPI (Quad-SPI) on NUCLEO-F746ZG / NUCLEO-F767ZI
Hi, is there an example to on how to use QSPI on NUCLEO-F7xx?
I'd like to use it with the FT81x (EVE) display of FTDI.
With this line
QSPI qspi(PF_8, PF_9, PF_7, PF_6, PF_10, PB_10);
I got a compiler error:
Error: Identifier "QSPI" is undefined in "main.cpp", Line: 114, Col: 2
What am I missing?
Kind regards, Jack.
1 Answer
6 years, 3 months ago.
HI Jack ,
In your application check whether you have mbed/mbed-os folder, in that there will be classes check if QSPI class is defined in the directory. if not you need to add QSPI .h file . I have shared you a link please check.
https://os.mbed.com/docs/v5.9/mbed-os-api-doxy/_q_s_p_i_8h_source.html
I think this will be helpful.
If not you have to go through HAL files and generate QSPI code using STM CubeMx and proceed from there after.