Topic : SRAM Memory in STM32F103ZG

Forum : ARM

Original Post
Post Information Post
October 14, 2011 - 8:04pm
Guest

Hi, again!

I'm having problems with the SRAM data in the STM32F103ZG.
In the latest Ride 7 apllication, seems that the MCU has only 64K SRAM Memory,
when in the datasheet says 96K.
When i try to bulid my apllication, it fails if my program has more than 64K in SRAM.
Can you help me?

Thanks for your time...

Replies
Post Information Post
+1
0
-1
October 17, 2011 - 9:20am
Raisonance Support Team

Hi,

You probably just need to deactivate the "starter kit limit" linker option.

That will allow you to link up to the full size of the CPU.

However, you will then need a RLink PRO for debugging.
The standard RLinks are limited to 64K debug. (programming is not limited)

See the GettingStartedARM document for more information.

Best Regards,

Vincent