• Using Flash to save the code and data.How to?
    I am using the P89C51RD+ from Philips. I intend to use the flash as follows: 0x000- 0x1FFF to save the program code.This prohram acquires data from a GPS, processes it and saves it. 0x2000- 0xFFFF ...
  • Using Flash to save the code and data.How to?
    I am using the P89C51RD+ from Philips. I intend to use the flash as follows: 0x000- 0x1FFF to save the program code.This prohram acquires data from a GPS, processes it and saves it. 0x2000- 0xFFFF ...
  • how to save data into file in keil IDE
    hi I want to save my intermediate data into a file. I tried to use fopen, fwrite, it can not even read. how should i use rtl.h ? int count[10]; FILE *fout; fout = fopen ("Counter.bin","w");...
  • HELP IN SAVING OUTPUT INTO LOG FILE USING SLOG
    Hi everyone, I need to save the output of the serial window (uart 0) into a log file. I read about the slog statement which does the job but when i am simulation the code the log file isnt being...
  • how to save data into file in keil IDE
    hi I want to save my intermediate data into a file. I tried to use fopen, fwrite, it can not even read. how should i use rtl.h ? int count[10]; FILE *fout; fout = fopen ("Counter.bin","w");...