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.
I quite new to programming and C++ in particular, and basically I just want to know if there is a way to accomplish the following in C++:
I'd like to declare and define a class with a dynamic array of signed integers as a member variable, but I want to allocate the array in a custom memory section, not the .sysmem section.
I'm working on a project with F28335 in CCS5.5, and this idea is based largely around my desire to organize the code the way I find it the most comprehensible, not the need to do a specific task.
Thanks,
Stefan
Hi Stefan,
I would like you refer this doc for more info:
5706.TMS320F28x Optimizing C/C++ Compiler User’s Guide.pdf
Regards,
Gautam