• uVision2 debugger
    In A51 the next definitions takes two cells of RAM, (0AH), for example, and (0BH): data_variable: DS 1 typeless_number EQU 0BH and can be treated with the same instruction: MOV A,data_variable...
  • uVision2 debugger
    In A51 the next definitions takes two cells of RAM, (0AH), for example, and (0BH): data_variable: DS 1 typeless_number EQU 0BH and can be treated with the same instruction: MOV A,data_variable...
  • Bootstrap XC167
    I can't upload my software in bootstrap mode. It seems to be the Keil compiler doesn't recognise the controller. I think there's something wrong with the monitor...
  • Bootstrap questions
    I have 32k words of flash at external address 0 on a C167CR-LM board. I load a preloader at 0fa40h and a loader at 0e000h. I want to burn the flash in bootstrap mode. If I clear SYSCON's ROMEN bit in...
  • bootstrap XC167
    Hi all! Is it possible to use uVision for XC167 application debugging by means of bootstrap loader (not OCDS) if microcontroller is in single chip mode (no RAM enough)? I mean Is it possible to put...