• AGSI Interrupt for CortexM0+
    Can anyone help me to configure an interrupt for a CortexM0+ device via AGSI? I want to simulate a simple switch at one of the pins of the PORTD. Why can't I just call AgsiRequestInterrupt(31) to...
  • Multiple mailbox
    I'm trying to use multiple maibox for communication between a parent task to other tasks daughters. But my parent task can only communicate with a single child task, after which the system seems to...
  • 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...
  • C51 multiplication
    Dear Erik! What do I have to do recieve a 32-bit result if I multiply 2 16-bit variables? For example: unsigned int a; unsigned int b; unsigned long c; c = a * b; Why I have 16-bit result...