• 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...
  • user define interrupt
    Hello, I'm using a lpc2378 with the Realview compiler. In my application I want a interrupt to be triggered by software. This interrupt is being handled the same as all other irq's but then with...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • 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 memory type
    I came across this article from Keil's Knowledgebase: http://www.keil.com/support/docs/2397.htm However, I do seem to have trouble finding the definitions for those prefiex S:, T:, U: and V:. Can...