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.

[参考译文] TMS570LC4357:具有安全库2.4.0的 TMS570LC4357

Guru**** 2473260 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/682627/tms570lc4357-tms570lc4357-with-safety-library-2-4-0

器件型号:TMS570LC4357

卡盘、

此处的问题仍在等待解答...

https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/661924?tisearch=e2e-sitesearch&keymatch=TMS570LC4357%20with%20safety%20library%202.4.0

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

    结束地址是起始地址加上区域长度减1。

    第4739行应为:
    sl_dmaREG->DMAMPR_L[0U].ENDADD =(uint32)(srcAddr)+ sizeof (uint32)-1;

    但是、如果结束地址不与另一个受保护区域重叠、sl_dmaREG->DMAMPR_L[0U].ENDADD =(uint32)(srcAddr)+ sizeof (uint32)也可能起作用。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    非常感谢 QJ。