• Invoking a function
    An assembly question here. Whenever we want to invoke a function, say "TESTING", we would have to use the commands like CALL, JMP ...ETC.. TESTING: MOV R0,#33 ; ; ; Is it possible that...
  • LPC2148 UART IRQ ISRs are not getting invoked
    Below is my code where I need to do some business logic processing when a character / data at 2 UARTs arrives. But I am able to write dummy text to UARTs but not receive it via UARTs ISR: #include...
  • Invoking SWI from C code
    Iam using Keil MDK V4.20.03.0. I have referred "SWI Functions" under Keil Help for trying to invoke software interrupt from my C code as shown below, #include <LPC23xx.H> unsigned int VAL = 0x000000a5;...
  • Serial ISRs
    I have a simple program which is only responding to my serial isr. I am using TI's MSC1210Y5 which has two UARTs on board, Port 0 and Port 1. I want to turn on a led when I receive a character on Port...
  • invoking third party compilers
    Can anyone point me to memos on configuring the UV2 build process to invoke a third party [yacc(1) style] tool. Hopefully the solution one that fits into the dependency support. Otherwise, support...