• Fast navigate using "Last position"
    Hi, how to fast navigate in uVision 2.x IDE *.c source files? Something like in Visual Basic, when you right mouse click on source code, you can see "Last position" sub menu and use it back previous...
  • how to locate const Table in Flash
    Hi, I like to place a constant table into flash at a specific adress. I found some hints around the __at directive but I did not find out how to handle this directive in case of constants. I tried...
  • how keil load position position independent code?
    Hi: I'm try debug position independent code in Keil, but found the keil Load command did not support add base address. Question: How to load position independent code into RAM? code like flash...
  • Last byte of used flash memory
    The reason I need the last byte of used memory is so that my application can compute a checksum value of ONLY the used flash memory. I have considered just calculating the checksum over the entire...
  • last record printing multiple time how to stop at last record....
    void PrintPreTareReport() { SendDataToVFD(0x01,0,10); DisplayStringOnVFD("Report Tare Wt Y/N?",0x80,10); GetKeyYN(); SendDataToVFD(0x01,0,10); if(Key=='Y' || Key=='y') { PrinterCheck(); if(Key2<10) ...