• assembler function: warning: padding bytes
    Hi, using this assembler function in my c-code, I will get a warning message from the keil µvision compiler (warning: A1581W: added 2 bytes of padding at address 0xe) __asm void jump_to_application...
  • Assembly warning
    Hello, I have some lines of assembly code (see below) which work and compiled just fine in MDK 4.10. Yesterday I installed MDk 4.14 and now the assembler comes with a warning. How can I solve this...
  • compiler warning
    hi... i am getting a compiler warning... "warning: C3007E: Uninitialised or corrupted use of PSR. This code may not work correctly" how to fix this warning? thanks.
  • Compiler warnings
    Hi, We are using uVision3 V3.05c for one of my projects. Any time I open my compiler and compile my project it gives 80 to 100 warnings. If I compile again it comes to 10 warnings which are actuall...
  • Warning for inline assembly
    Hi people, I have compiled the file Blinky.c of the example of Keil with inline assembly, with options "Generate assembler src file" and "Assemble src file" checked. I have achieved the seguent result...