• Linker placing code beyond space limit. 21 bytes of code, 2KB space
    int main() { for(;;) { P1_6 = 0; P1_6 = 1; } } Tried LX51 link with: (SMALL / SMALL) TO "Clock" REGFILE (.\Clock.ORC) RESERVE (C:0x0800-C:0x7FFF) Result: Build target 'Target...
  • Linker placing code beyond space limit. 21 bytes of code, 2KB space
    int main() { for(;;) { P1_6 = 0; P1_6 = 1; } } Tried LX51 link with: (SMALL / SMALL) TO "Clock" REGFILE (.\Clock.ORC) RESERVE (C:0x0800-C:0x7FFF) Result: Build target 'Target...
  • Mechanism the linker uses to place code using the scatter file
    Hi, I've heard of different mechanisms used to put an image into various locations on a demo boards memory (in my cse its a Cortex M-4 board but this may my question may be processor independent...
  • Mechanism the linker uses to place code using the scatter file
    Hi, I've heard of different mechanisms used to put an image into various locations on a demo boards memory (in my cse its a Cortex M-4 board but this may my question may be processor independent...
  • Linker / place CRC Checksum in AXF File
    Is it possible to instruct the linker (target is an STM32) to place a CRC checksum on the code in the AXF file at a certain location without using any external tools? If yes, what is the crc width, polynomial...