Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
Hi,
I am quite new to MCU and would like to use MCU as a DSP unit. My expertise is on Wireless communication systems and hdl implementation, however, I would like to implement and test different DSP algorithms on an MCU (TM4C123G) rather matlab or verilog.
The common approach I used to verify my hdl/verilog codes, was to implement a DSP block in verilog and test it using the input samples that I had generated with matlab and saved in a local file. Then I saved the output of the hdl DSP block in a file which later I loaded in matlab and analyzed/visualized for verification of the block.
I would like to do a similar thing with my MCU too, however, I don't know how to transfer data between PC and MCU. Is there a way I could store input data in the MCU internal memory, do processing in MCU and save the output in a file?
I would appreciate it if you could point advise me how should I proceed with this. any hint/tutorial is greatly appreciated.
Many thanks