• C51 long multiple mistake
    Hi: I use c8051f410, Program Size: data=114.1 xdata=100 code=4633 I had to use the long multiple in program and find it can not be excecute properly. The code is as below, Is this stack...
  • C51 long multiple mistake
    Hi: I use c8051f410, Program Size: data=114.1 xdata=100 code=4633 I had to use the long multiple in program and find it can not be excecute properly. The code is as below, Is this stack...
  • Programming Multiple Targets with Multiple Eval Boards
    Our application uses multiple target boards (with Luminary Micro Cortex-M3s) interconnected via a CAN bus. We're using a Luminary Micro eval board for programming them individually (with uVision4 via...
  • Programming Multiple Targets with Multiple Eval Boards
    Our application uses multiple target boards (with Luminary Micro Cortex-M3s) interconnected via a CAN bus. We're using a Luminary Micro eval board for programming them individually (with uVision4 via...
  • Multiple interrupts
    In my program I use serial communication and T0 interrupt for time delay generation. It is noticed that when I generate a delay of 60 seconds, it works properly only if the serial interrupt is disabled...