如下图所示,我是想在medium_range_radar例程下调用qspiflash接口,已经include对应的头文件了,依旧是编译报错,请问这个该怎么解决?
我的谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I checked the latest Radar Toolbox release
source\ti\examples\ADAS\medium_range_radar\src\1843\mss\mss_main.c and there is no "QSPIFlash_init()"
/* Initialize the UART */
UART_init();
/*Initialze the CAN interface */
Can_Initialize();
/* Initialize the GPIO */
GPIO_init();
/* Initialize the Mailbox */
Mailbox_init(MAILBOX_TYPE_MSS);
Please use this release
Thank you
Cesar
Hi,
Here is the translated content. Since you defined the QSPIFlash_init() function, you need to add the file where this function is defined in the CCS project
thank you
Cesar
"
Hello, I want to add SPIFALSH-related functions in this demo, so I added QSPIFlash_init() to achieve the functions I want. After adding it, I can't compile successfully. Please help me to answer, thank you
"