Hi,
I am new with to the MSP430 (F2274) and to IAR Embedded workbench. I have spent all day unsuccesfully searching and reading to try and find the answer to my query, so was hoping someone could help me.
Basically I have a text file containing a series of numbers, and wish to store them on to the MSP430, ready for processing. These numbers are fixed and don't need to be altered during the processing, but I am having difficulty in finding out how to simply save the text file to memory.
In the MSP430 Compiler reference guide I see information about using __data16 and __word16 in the data storage chapter but am not sure how to use this for my situation inputting a textfile into ROM.
Does anyone have any ideas on how to do this? Any help would be much appreciated.