Forum : ARM
Original Post
Post Information | Post |
---|---|
March 16, 2007 - 11:03am
|
Hello vincent, I just read the post of http://www.raisonance.com/Forum/punbb/viewtopic.php?id=2026 I wonder 1) if Start kit is restricted to the first 16K SRAM access only? Which statement 1) or 2) is true? Many Thanks, Jim |
Hi,
The compile chain is gcc. Therefore, there is no limitation on it. (we wouldn't be allowed to do that)
So you can compile, assemble and link without any limitation.
The only limitation is on debug, which only works in RAM mode, and only on the first 16K. The limitation applies to both code and data.
Programming the Flash is not limited.
Best Regards,
Vincent
thanks,
Jim