What are the advantages of using the program space for dataS
What are the advantages of using the program space for data?
Solution
The advantage of storing data in program is that Harvard architecture boards generally don\'t have too much RAM but comparably huge amounts of flash. That flash is intended for storing the program but can be used for static data as well. Most programs won\'t come close to using all the flash that is available anyway.

