• Bootstrap for XC164
    I am trying to write a boostrap code for the XC164 but it doesn't seem to start up right. As I understand from the datasheet the bootstrap section starts at 0xE00000 and the start of the bootstrap code...
  • 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...
  • 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 Loader Question - Access to general purpose IO
    We have bootstrap loader code as shown below:<br> <br> void far vMainFunction(void) /******************************************************************************* Description: This the start of the...
  • Monitor in Bootstrap mode
    I want to run the C166 monitor in bootstrap mode but have problems to get it running. Since the memory map is quite exotic, finding proper monitor configuration might produce some headache. But i do...