请教一下,想要把6746的L1P memory直接用作SRAM,不当作CACHE使用,只是用于存放固定代码,从数据手册来看好像是可以这么使用的,但是《TMS320C674x DSP Megamodule Reference Guide》中有这样的说法:
The L1P regions can only be written to using EDMA or IDMA accesses; the L1P regions cannot be written
to using CPU stores. The L1P regions can be read from using EDMA or IDMA accesses. CPU access is
limited to instruction fetch. The CPU cannot read from L1P, even if L1P is memory-mapped
感觉CPU不能直接从L1P中取指,那么实际使用时我应该怎么处理,使用时只需要在定义CMD文件的时候,指定固定代码在L1P SRAM对应的地址就可以了吗?还是需要其他使用方法?谢谢!