请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:F29H85X-EVM SOM 工具与软件:
大家好、专家:
客户需要从闪存运行多核应用程序。 我们尝试了 led_ex1_blinky_cpu1_cpu3_multi 示例。
按照用户指南文档中的步骤、我们可以使用 RAM 构建运行此示例。 当我们尝试将映像刷写到闪存中并从闪存运行时、失败了。
Launch a CCS debug session, connect to CPU1 and load only the c29x1.out. After the program is loaded, run CPU1. Once c29x1 configures and releases CPU3 out of reset, the program stops. Connect to CPU3 target now. c29x3.out would have started execution as soon as it is released from reset. In case of RAM configuration, restart the CPU3 target and load the symbols. Note: For FLASH configuration, this example is run in FLASH BANKMODE2, where CPU3 has access to FLASH (FRI-2). Refer to the Flash Plugin documentation to know about changing FLASH BANKMODEs and more. View the device LEDs blinking. The output of the GPIOs connected to the corresponding LEDs can be seen toggling.
我们已经更改了 闪存 BANKMODE2、其中包含以下描述 常见问题解答.
请帮助指导在闪存中运行多核应用的详细步骤。 谢谢。