• LARGE ARRAY
    Hi... Is there any way to declare large size of array? example: char arr[200*1024];//200kb Thanks
  • 24b LJMP assembles incorrectly?
    LJMP "label" in 24 bit contiguous mode (80c400) appears to always compile neumonics for a LJMP 000000. What gives? LJMP immediate works fine. Anybody else run into this? 200012 02000000 F 282 LJMP...
  • LPC2148 ADC working but incorrectly
    hey i am using LPC 2148. and configured the hardware for taking the analog signal at P0.28 which is ADC0 channel 1. i am using following code but the output stays 0 or 1023 only. my hardware...
  • Embedded programs stored in FLASH memory run incorrectly. why?
    I write a simple embedded program. It transmit data by CAN1 Interface. I debug it using uVision2.When I download it into flash ,it work incorrectly. The evalution board is mcb167 net.
  • Embedded programs stored in FLASH memory run incorrectly. why?
    I have problem with global variable, when run with debugger, it can run correctly, but when it loaded into flash it not working. when i change global varibale to local variable, it run correctly in flash...