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.

[参考译文] AM263P4:当 MCAL AM263Px_AM263Px_10.02.00中 FLS_DMA_ENABLE 为 STD_OFF 时、存在编译错误

Guru**** 2392825 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1516888/am263p4-when-fls_dma_enable-is-std_off-in-mcal_am263px_10-02-00-there-is-a-compiling-error

器件型号:AM263P4

工具/软件:

当 MCAL AM263Px _10.02.00中的 FLS_DMA_ENABLE 为 STD_OFF 时、存在编译错误、因为构建 Fls_Ospi_Edma .c 时没有 Cdd_Dma

如果我添加  nobs.h、我必须添加大量文件、并且我必须通过 Cdd_Dma 生成 nobs.h Cdd_Dma_Cfg

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好:

    仅当 为 FLS 启用了 DMA 时、才添加#if (FLS_DMA_ENABLE == STD_ON)检查以包含 cdd_dma.h。 当 FLS_DMA_ENABLE 在 FLS.h 中为 STD_OFF 时 Fls_Cfg、构建正常

    谢谢、
    Gunjan