• 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...
  • 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...
  • Wierd code problem.
    Hi guys, I've been stucked for hours. It is a project for CORTEX-MX, the compiler I am using is KEIL in PRO mode. Here is a segment of C code: ===========================================...
  • Wierd code problem.
    Hi guys, I've been stucked for hours. It is a project for CORTEX-MX, the compiler I am using is KEIL in PRO mode. Here is a segment of C code: ===========================================...
  • 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...