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.

[参考译文] AM2632:如何实现软件复位。

Guru**** 2774995 points

Other Parts Discussed in Thread: SYSCONFIG

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1618936/am2632-how-to-implement-software-reset

器件型号: AM2632
主题: SysConfig 中讨论的其他器件

发生错误时、我们的系统需要进行软件复位。  但我在 mcu_plus_sdk_am263x_10_02_00_13 中的演示 watchdog_reset_mode_am263x-lp_r5fss0-0_nortos_ti-arm-clang 中没有找到复位。

还有另一个 E2E 请求、它说以下命令可以实现 POR

目标 0x53208500 0x7
目标 0x53208504 0x7
WAIT - TIME 1000

下面的图片是我的代码。 但系统似乎没有重置。

image.png

您能帮助我使用 AM263x 实现软件复位吗?

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

    尊敬的 Yao Wei:

    、但我在 mcu_plus_sdk_am263x_10_02_00_13 中的 demo watchdog_reset_mode_am263x-lp_r5fss0-0_nortos_ti-arm-clang 中找不到复位。

    在本例中、只要看门狗根据 SysConfig 中完成的配置到期、就会执行热复位。

    请注意、此示例在调试模式下无法正常工作、如自述文件中所述:

    target 0x53208500 0x7
    目标 0x53208504 0x7

    它们仅用于分别复位 R5SS0 和 R5SS1。

    您能帮助我使用 AM263x 实现软件复位吗?

    如果没有看门狗、 可以使用 SOC_generateSwWarmReset () API 来生成软件热复位、这将导致对包括 R5SS0/1 在内的整个 SOC 进行热复位。

    此致、

    Sahana