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