• Can I embed hard-coded bytes into program?
    I want to write a macro which pushes IE onto stack and pops it out soon. How can I do it? How to embed the code 0xc0, 0xa8 PUSH IE and 0xd0, 0xa8 POP IE into c program?
  • Disable Warning Messages for a Segment of Code
    In UV4 I would like to suppress a specific warning message for a segment of code. I tried: #pragma diag_suppress=550 unsigned int stacked_r0; unsigned int stacked_r1; unsigned int stacked_r2; unsigned...
  • lpc1768 embed in labview
    Hi everyone, can anyone help me with the porting of the LPC1768 processor to use in Labview? I have been going through the NI LabVIEW Embedded for ARM Porting Guide many times now but it is always...
  • "Embed" a file into my application
    Hi I have trying to see if I could find any linker switch or code macro, to "import" a file from my PC into my resulting HEX/BIN/AXF file when building my application. Is this possible.? ...
  • Locating code into a segment
    Using the latest C51 tools. I'm having to write an IAP (in application programming) bootloader of sorts and need to make sure it lies in a known segment. How can I allocate a given segment to my IAP code...