• 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...
  • 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...
  • Warning while using inline assembly
    I am using inline assembly in C but i am getting a warning as "UNRESOLVED EXTERNAL SYMBOL".The code is executing but i am getting only the warning. I set all these options: Generate assembler SRC file...
  • Warning while using inline assembly
    I am using inline assembly in C but i am getting a warning as "UNRESOLVED EXTERNAL SYMBOL".The code is executing but i am getting only the warning. I set all these options: Generate assembler SRC file...
  • 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...