1、目前能实现6748核程序的正常固化和启动运行。
2、现在基于C语言开发了PRU工程,想了解如果进行PRU工程的烧写和固化。
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.
现在基于C语言开发了PRU工程,想了解如果进行PRU工程的烧写和固化。
PRU是不能自己启动的,要由DSP加载。可以将pru.bin文件写在flash里,位于dsp.bin的后面,在DSP程序起来后,DSP代码里加一段代码从flash里将pru.bin读出来,放到PRU的 IRAM,再使能就好了。
有空看一下这篇文档: