小弟最近因项目需求需要配置TMS320C6701的dsp芯片,查阅手册等资料后仍存在这些疑惑,memory map显示该芯片没有rom,只有program ram和data ram。
那请问是直接可以将flash连接到芯片的emif总线上就可以了嘛?之前用的都是stm32,第一次接触到dsp系列,望大佬指教
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.
小弟最近因项目需求需要配置TMS320C6701的dsp芯片,查阅手册等资料后仍存在这些疑惑,memory map显示该芯片没有rom,只有program ram和data ram。
那请问是直接可以将flash连接到芯片的emif总线上就可以了嘛?之前用的都是stm32,第一次接触到dsp系列,望大佬指教
之前用的都是stm32,第一次接触到dsp系列
这是做新项目吗?C6701太老了,不建议做新设计使用了。
那请问是直接可以将flash连接到芯片的emif总线上就可以了嘛?
可以将flash连接到EMIF总线上,然后从flash里启动。如果代码大于1K,需要用二次bootloader,可以参考下面的boot文档。
https://www.ti.com/lit/an/spra999a/spra999a.pdf