• Interrupt stack frames?
    Someone suggested that I use 2-byte interrupt stack frames instead of 4-byte. 1. What is the difference? 2. How do I know if it applies to my application?
  • tell me about the stack frame stuff
    I have a C code. When calling function is executed first the value 75 is pushed to the stack and then value 25 is pushed to the stack. Then return address is pushed on to the stack. Return address...
  • Call os_create_task in interrupt function
    Hello all, I'm using C51 V7.03 and RTX51-full. Can someone tell me why I can't create a task in an interrupt function? When I do it, the program stuck or enters to endless loop (I don't know). To...
  • Way to identify the static stack frame size in a program
    Hi Experts, What is the way to identify the static stack frame size of the each routines in the C program ? For example, in GCC ARM mode compiled c program the disassembly code is generated and in that...
  • LPC1768 USB Device Frame Interrupt
    Hello I am going to implement a USB Device using LPC1768 and I need the isochronous transfer type for my application. To this purpose I studied the keil's USBAudio example. It is written in the datasheet...