Steve Underwood wrote:
Hi Hardy,

Thanks for those changes. My patch does indeed have the stack pointers set incorrectly. I'm not sure about your change to the ROM space on the 1612, though. Does that genuinely agree with the documentation? What I looked at seems to indicate the ROM is a whole number of K. I haven't tried playing with a real 1612, though.

:
--- 455,466 ----
  EMBEDDED=yes
  TEMPLATE_NAME=generic

! ROM_START=0x2500
! ROM_SIZE=0xdae0
  RAM_START=0x1100
  RAM_SIZE=0x13ff

! STACK=0x2500
  fi
:

Hi Steve,

documentation of the F1612 (msp430f1612.pdf) states on page 14 that the memory has 55K in the range from 0xffff-0xffe0 (interrupt) and 0xffff-0x2500 (code). These are 54.75 KBytes to be precise ;-)

Hardy

Reply via email to