• Adding pack to MDK-Lite runtime environment
    I've added MSP432Ware pack to my uVision. However when I open project/manage/run-time environment I don't find the MSP432Ware pack available for selection. I would like to try out the driverlib subcomponents...
  • using and compiling with #pragma ASM
    I wanted to use the inline assembly code with C and hence added the assembly code as follows in the last line of the program as follows #include<reg51.h> float test; unsigned int t_first,t_second...
  • "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • #pragma asm directive
    using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible...
  • Pragma message under µVISION3 with ARM7 environment
    Hi everybody I want to print a message into output windows when I generate my software. On other compiler I use the keyword "pragma message" but I've found no equivalent syntax with µVision3 ...