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.
问题如题。因为evm6678例子中的mcoreloader需要这些地址。
你好,_c_init00的指定,可以使用如下例子:
memory中建立:
entry_point: ORIGIN = 0x11800000 LENGTH = 0x00000080
section中使用:
.text:_c_int00 > entry_point
reset vector应该一直是0。
感谢!
受教了