• ISD51, and IDATA segment definition
    ISD51 manuals indicates that a break point requires 2 bytes of idata. In what segment are these declared? I supect that my call return stack is getting corrupted, causing a reset0. Single Stepping...
  • ISD51, and IDATA segment definition
    ISD51 manuals indicates that a break point requires 2 bytes of idata. In what segment are these declared? I supect that my call return stack is getting corrupted, causing a reset0. Single Stepping...
  • L251: Segments allocation
    Hi, For illustrating my problem let say that I have 3 address spaces, separated by some gaps, which are used to allocate EDATA and NCONST segments. According to the order, EDATA are allocated firstly...
  • L251: Segments allocation
    Hi, For illustrating my problem let say that I have 3 address spaces, separated by some gaps, which are used to allocate EDATA and NCONST segments. According to the order, EDATA are allocated firstly...
  • allocate fixed flash address for code segment
    Hi: There are two different code segment in my program.I want to allocate the flash for each segment manually. For example: segment A from 0x0-0x600 segment B from 0x1000-0x1200 How can...