• save debugger configuration
    Hi everyone, I'm using Keil 5.14. Do you know if I can save the debugger configuration ? because everytime I launch µVision the Clk frequency is set to 20 MHz and I have set it again to 1 MHz besides...
  • save debugger configuration
    Hi everyone, I'm using Keil 5.14. Do you know if I can save the debugger configuration ? because everytime I launch µVision the Clk frequency is set to 20 MHz and I have set it again to 1 MHz besides...
  • 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");...
  • 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");...
  • UV4 debugger: how to 'SAVE' to variable filename?
    Is there any way to call the debugger 'SAVE' function with anything but a fixed filename? I'd like to use it in a loop of a debugger function like this: FUNC void SaveFlash() { for (i=0; i<10; i...