• User-defined function in uVision5
    Hi everyone, I have an assembly code that I want to run in uVision4. The .a51 code is as follows: MOV A, #002H MOV R0, #040H MOV 040H, #001H XCH A, @R0 MOV R0, #050H MOV 050H, #0F0H...
  • User defined functions in uVision3
    Has anyone ever seen an authoritative document on using debug functions in uVision3? It could be a powerful tool if I knew how to use it, but what little information I have come across is scattered across...
  • compiler function: wait 3ms
    I have to wait 3ms to be able to initialize my lcd controller from epson. How could I calculate this time with the Realview Compiler? Is there a specific function where I could say the controller should...
  • How to wait for multiple event?
    Hi All, I'm working with the CMSIS-RTOS API and I would like to wait in a thread for multiple events like a specific Signal occured OR a Message Queue event. Usualy the osWait function in a combination...
  • user defined RTC
    how should I identify that a key is pressed on keyboard in ARM?I want to input data when key is pressed on keyboard check whether it is valid or not for the RTC and if it is valid then change the time...