• some beginner's problems about uVision3
    Hi, I am a newbie for Keil uVision3. Some problems occurred during my first experiment with the hello program. 1, while opening 'Source Browser', an error comes out: Invalid file *.SBR 2, I can...
  • Error with Embedded Assembler in MDK v5.10 !!!
    I installed the latest version of MDK --- uVision5.10 today, but i met an error within embedded assembler in my project the source code is simple as below: __asm void OS_TO_PRIVILEGE(void)    {     SVC...
  • Beginners Question
    Hi, I have a samll problem with my MCB2360. I'm pretty new to this, so my question should be very easy to answer. All I wanted to do was to flash my LEDs on the Board. I read the User Manual from...
  • beginner's questions
    I just start to develop LPC 1768 application using Keil uVision4.21. I have some questions which I can not find the answer from my document / web search: 1. Where to find a list of Compiler and Linker...
  • armcc assembler
    Hi in assembler file I have // RO_BASE = 0x78000000 funcName DCD FooEntry - . + . what does it mean "minus dot plus dot"?