• Wierd problem in modifying the bootloader code
    Hi, I am using Phytec LPC3250 board for my design and I have a very important problem that I have been spending time on for days. I want to modify my bootloader_NOR code so that I can send my...
  • Wierd problem in modifying the bootloader code
    Hi, I am using Phytec LPC3250 board for my design and I have a very important problem that I have been spending time on for days. I want to modify my bootloader_NOR code so that I can send my...
  • wierd
    Hello: I'm using ADuc845,C51, uVersion3 V3.53. Code consist of: application_0 "apl_0" loaded at 0x0000 and application_1 "apl_1" loaded at 0xC000. At some point "apl_0" switch to "apl_1...
  • wierd
    Hello: I'm using ADuc845,C51, uVersion3 V3.53. Code consist of: application_0 "apl_0" loaded at 0x0000 and application_1 "apl_1" loaded at 0xC000. At some point "apl_0" switch to "apl_1...
  • ISD51 Wierdness
    This is breaking my brain, a bit at a time... Code like this works perfectly: void initSerialPorts(void){ EA=1;//enable interrupts ES0=1;//enable serial port interrupts SCON0= 0xD0;//put serial...