• START167.A66
    Every time I build a target, START167.A66 is re-assebbled even though no changes were made to it. Is there a way to defeat this to save a little time?
  • Start167.A66 IAP
    i have been reading about IAP in the C51 compiler, and that to implement IAP with a PSD is to change the StartUp.A51. Anyway, I would like to ask if anybody have done an IAP with C161CS (+ PSD)?...
  • Start167.a66 and STKUN initializing
    In start167.a66 file, I find following assembler instruction: MOV STKOV,#(_BOS+6*2) ; INITIALIZE STACK OVFL REGISTER Why the 6*2? I could understand 4*2 because of automatic push/pop of PSW...
  • START167.A66 file with the correct settings
    hello i am a student and i'm working to a project in which i am using a c163 evaluation board but i have a major problem and i can progress because of it, when i declare global variables i have problems...
  • Serial Input for the KitCon 167
    hi- I am trying to use the serial port for input and output. I first tried to use the interupts but the Keil software's monitor overwrites our interupt. We've switched to scanning for data. I have...