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.
你好。 我编写了引导加载程序、该加载程序链接到扇区 A 中的闪存存储器。它使用闪存 C API 函数。 主应用程序代码以十六进制文件的形式保存在 SD 卡上。 主应用程序从扇区 B 闪存链接、现在我只使用 CPU1、一切正常。 我有一个问题、如何链接将使用两个内核的主应用?
考虑到您针对两个内核(blinky_dc_cpu01和 blinky_dc_cpu02)的示例、我发现两个内核的代码都链接到一个段、但没有地址交叉点。 我不理解如何实现这一点、请解释如何实现这一点。