• passing 64k boundary
    Hi, I'm working on a project that will have an array that will cross the 64k boundary (and may even be larger then 64k. Of course, the problems comes when adding something like 100 when it points...
  • 64K boundaries on DS80C400
    While executing the following code: char far * buf; buf=FARRAY(char, 0x8FFF0); printf("%p\r\n",buf); buf+=0x100; printf("%p\r\n",buf); I get the following result printed: x:08fff0 x:0800f0...
  • code_size>64K with C51 => code_size<=64K with CX51?
    Hi all, We are using the C51 with OPTIMIZE (9, SIZE) and we have a problem the code space. The question is : if we change to CX51 and use OPTIMIZE (11, SIZE) , do you think we can save some code...
  • Boundary scan
    I have the DS-5 with Dstream, and I want to do a boundary scan to find the stage of every pin, how do I do that? and where can I find the manual for this?
  • The boundary of stack
    Hello, I have a scatter loading file that defines the stack as below: ARM_LIB_STACK 0x00BFFFFFF0 EMPTY -0x20000 {} In the compiled image, I can see these symbols (by running nm -g command): ...