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.

[参考译文] TDA4VEN-Q1:C7X 引导失败、定制电路板上有自定义存储器映射。

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1593337/tda4ven-q1-c7x-boot-failed-with-custom-memory-map-on-custom-board

器件型号: TDA4VEN-Q1

您好、

我们尝试在具有自定义存储器映射的定制电路板上启动 C7X、但启动失败、日志中没有错误、但仅报告了许多寄存器。

附件是远程日志、存储器映射文件和 c7x 固件、请帮助分析 C7X 无法引导的原因。

谢谢。

system_memory_map.html

remote_log.log 

 

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

    尊敬的 Haijun:

    请您提及以下步骤。

    请将以下行添加到 src 异常处理程序中的“pdk_j784s4_11_01_00_17\packages\ti\csl\arch\c7x\basc\exception.c"并“并共享引导日志:

    • DebugP_exceptionLog(“IERR=0x%x IESR=0x%x\n“、(uint32_t)(uintptr_t) exsp->IERR、(uint32_t)(uintptr_t) exsp->IESR);
    • DebugP_exceptionLog(“IERR=0x%x IEAR=0x%x\n“、(uint32_t)(uintptr_t) exsp->IERR、(uint32_t)(uintptr_t) exsp->IEAR);


    此致、

    Ben Eapen Thomas

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

    您好、

    我已解决此问题。 原因是存储器映射更改未适应 C7X example.syscfg 文件。