Hello, I have been tasked to program a C6701 DSP. This is an older DSP from what I can tell and the DSPs, I noticed that on this DSP the RAM is split in two different locations seperated by internal program and data. The DSPs I have used in the past have not seperated the two. This may seem like a basic question but, what do I do with the Data ram after my project is ready to be compiled? Should the compiler automatically use both putting some sections in program and some in data making it transparent to me?