Part Number: TMS320C6748 背景:dsp的upp,b通道发送,a通道接收,然后数据处理。 我为了加快数据处理,修改了CMD文件,使用的是创龙的开发板和CMD文件,原来是分配在DDR上运行,我想放在L2RAM上运行,其中栈和堆的大小我都修改尝试过,如图若分配在 DSPL2RAM o = 0x00800000 l = 0x00040000 上时,a通道中断能触发,但是数据都是初始化时的状态为0,就像没有收到数据。 如果分配到SHDSPL2RAM o = 0x11800000 l = 0x00040000…
Part Number: TMS320C6748
我按照nor boot.zip中的添加configuration word的asm code编译后,在B _c_init00这一行报了一个assembly warning:
[W9999] Placing data in a code section (.nor_config_word) is discouraged. The data may be interpreted as code. This section will not be compressed…