• 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 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) ...
  • 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) ...
  • Link function from ROM
    I want to write a small OS for 8051 (ROM Based). The initialization code needs to be placed in ROM let at the starting address. Next, the user needs to write the code such that the initialization functions...