Hello:
My teacher's PPT of Realtime Digital Signal Processing using C6713 dsk gave us the template of creating the new project. Note that the CCS is 5.4.0 version. He denotes that we should reset some parameters in the "Property of Project"
1-Adding CSL and BSL.
2-Amend both the stack and heap size as 0x400
3-Const access model and data access model should be both set as "far"
4-Other settings which I understood.
I could not understand the first three settings. Especially the second and third one.
My question is whether this setting can satisfy my most of the real-time audio signal processing realization on dsk without any change? I do not have to reset any more for future new project?
Could you briefly explain why we need these settings before building the project?
Thank you very much!