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.

IWR1843: 基于例程medium_range_radar调用qspiflash接口在CCS下编译报错

Part Number: IWR1843

如下图所示,我是想在medium_range_radar例程下调用qspiflash接口,已经include对应的头文件了,依旧是编译报错,请问这个该怎么解决?

我的谢谢

  • 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

  • 你好,我是想在这个demo里增加SPIFALSH相关的功能,所以我加入了QSPIFlash_init()用以实现我想要的功能,加进来后我没法编译成功,请帮忙解答一下,谢谢

  • 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

    "