• 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
    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...