Cortex R5 - 启动代码

标签 c gcc embedded arm gnu

cortex r5 处理器的启动文件和链接器文件中应包含哪些内容? 重置处理器后我们需要遵循哪些具体步骤? (特定于皮质 r5) 知道如何为arm的GNU-GCC做到这一点吗?

谢谢!

最佳答案

您可以下载DS-5它声称包含 Cortex R5 裸机启动代码(我自己没有检查)。

来自 DS-5 的 changelog

Examples: bare-metal start-up code added for the Cortex-R5(F) processor, including vector table, exception handlers, MPU, caches, TCM and VFP initialization, based on the Versatile Express R5x2 platform: startup_Cortex-R5

关于Cortex R5 - 启动代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14588501/

相关文章:

c - 分配给结构的非 const 成员时出现 "assignment of read-only member"错误

c - 稍微复杂的线程同步

c - GCC 如何停止 ROM 中函数的误报警告隐式函数声明?

linux - 嵌入式linux串行终端多路复用器

c++ - 未评估上下文中的 "Cannot call member function ... without object"- GCC 错误?

c++ - G++ 编译器错误或错误代码? : "template definition of non-template"

linux - 为 RFS 选择 squashfs

c - 如何输入字符并将其读取为数字?

c++ - 用 strncpy 替换 strcpy

C - 如果长度不同,则将 2 个字符串中的数字加在一起