I am using a P89c51 base microcontroller and I need to store data coming from a GPS device. Questions: 1.Is it possible to save the data coming from the GPS,in the 64k Flash memory? For example 32kytes for the code and 32kbytes to store the data?How?
You need to read in the device datasheet the section about IAP (In-Application Programming). Under http://www.keil.com/support/docs/2045.htm you can find C interface functions for Philips IAP.