使用66ak2h12芯片,8个dsp core,在上面需要同时运行相同的程序,但是每个核处理不同的数据。如果只编译一个程序,设定的heap地址范围相同,在运行的时候,是会否存在地址冲突的问题,应该如何解决?
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.
heap和stack 不能在同一地址上,要在cmd文件里把它们分开,BIOS的话需要设置内存的分配。