• 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...
  • 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...
  • 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;...
  • How to invoke a "signal function"?
    Friends please help me in resolving this problem.. I wrote a "signal" function to simulate a square wave input in the background(in uvision 3). But i dont know to invoke the function. Please help...
  • What if invoke os_create_task(a_running_task) ?
    What happens if invoke the os_create_task() when the destination task is already running? Does the os restart the task or just ignore it? Thanks in advance. D.Curie