??? 09/28/04 22:36 Read: times |
#78340 - RE: BASIC & Keil Responding to: ???'s previous message |
does the Keil Eval not start at 8k? My guess is that most users will use the Keil eval I believe you're right that Keil eval begins at 8k. The current working design of the SBC is such that external RAM (which will be readable as code memory) will begin at 8k so if users use the monitor loaded into the MCU's flash memory they'll be able to compile Keil programs, download them into data memory at 2000h, and run them. Wow, making it work with Keil's evaluation package wasn't even a design goal but that's a nice feature. :) Regards, Carig Stein |