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.

TMS320C6678: 使用SYS/BIOS的启动代码

Part Number: TMS320C6678


1. 在sys bios启动配置文件cfg添加reset startup,firststartup last startup函数,器件在上电复位后,是在哪一个阶段进行C语言的堆栈环境初始化?

在实际使用中,发现可以在reset startup调用函数,应该是在调用reset startup之前就已经初始化好了?

2 使用MCSDK提供的edma3 LLD在sys bios下如何添加和edma有关的中断?在edma3 lld的sample代码中没有找到中断相关配置。