• CHI Device memory type unaligned transactions when size exceeds beyond next size boundary
    Hi Per CHI spec, "Device" memory type transactions start from start_address to aligned_address + number_bytes - 1 Say start_address is 0x70 and number_bytes is 64 Bytes. Here, since its a "Device...
  • CHI Device memory type unaligned transactions when size exceeds beyond next size boundary
    Hi Per CHI spec, "Device" memory type transactions start from start_address to aligned_address + number_bytes - 1 Say start_address is 0x70 and number_bytes is 64 Bytes. Here, since its a "Device...
  • 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...
  • beyond belief ERROR
    ;In my program code file: After beening assembled, there are many surprising errors. The detail error are shown as follow. mov r8, #3F7Bh; The error message is "error a6: SYNTAX ERROR" addc r9...