• 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 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 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)?...
  • Reference start167.a66 for the kitCON-167
    Currently, I am evaluating the Keil µVersion2 IDE this comes with the Infineon Starter Kit SK-167CR(Phytec KitCON-167). I have done a few basic things using the debugger for loading the programms into...
  • C161O, startup.a66 vs. start167.a66, c166.pdf
    c166.pdf User's (Guide 09.00) page 137 does not mention the C161. I am maintaining a legacy uVision 1.31 and am porting to latest uVision. I am having trouble with program crashing after erasing a...