• how to intract the assembly coding along with embedded C
    We wrote the assembly coding using #pragma asm & #pragma endasm along with that instruction which u specify in that manual in embedded c microvision2. But it was compiled & not executed properly even...
  • how to intract the assembly coding along with embedded C
    We wrote the assembly coding using #pragma asm & #pragma endasm along with that instruction which u specify in that manual in embedded c microvision2. But it was compiled & not executed properly even...
  • Code Coverage in C - embedded
    Hello! I'm developing a 80C32 firmware and i need to get a code coverage in C lang statements. Keil uVision offers an assembler instruction code coverage, while i have to get a 100% code coverage for...
  • embedding text in the code
    I am using Keil version 5.0, and want to embed unreferenced text in a source file e.g. static code char desc[] ="Version 1.20"; How can I do this without getting a WARNING 16: UNCALLED SEGMENT...
  • Embedded code insertion
    I'm writing an embedded controller that has slave devices. Is it possible with the Keil compiler (or other method) to embed the slave code into the main device for automatic uploading when the firmware...