Topic : difference btw Starter kit and professional kit of STR91x

Forum : ARM

Original Post
Post Information Post
March 16, 2007 - 11:03am
Guest

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?
or 2) if it is allowed full access to 96K SRAM but restricted to debug the first 16K SRAM.

Which statement 1) or 2) is true?

Many Thanks,

Jim

Replies
Post Information Post
+1
0
-1
March 16, 2007 - 2:17pm
Raisonance Support Team

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

+1
0
-1
March 16, 2007 - 6:42pm
Guest

thanks,

Jim