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.

how do I find missing CCS V3.x features in CCS V4.1

I used to work with CCS V3.x but could not find the following two features on CCS V4.1. Do these functionality still exist under CCS V4.x?

1. Is there a way that I can save a block of data in internal memory to a file, or load data from a file into a block of internal memory (previously avalaible under file/data/load and file/data/save under CCS V3.x)

2. previously, I can use fileio instead of standard file to load data between host and dsp algorithm (previously available under file/file io under CCS V3.x). I like it better because I do not have to allocate stack and can keep the dsp code simple and clean for algorithm testing.

 

thanks a lot