cancel
Showing results for 
Search instead for 
Did you mean: 

Double memory in STM32F101v8T6?

bala_jss
Associate II
Posted on September 29, 2008 at 19:20

Double memory in STM32F101v8T6?

12 REPLIES 12
lanchon
Associate III
Posted on May 17, 2011 at 12:46

> Is it possible/likely that ST's testing detects failure at the ''extremes'' - temperature, voltage etc?

absolutely. it's their job to guarantee the ranges, and testing is the only way. (except for the orwellian ''not fully tested, guaranteed by design'' parameters, which are thus not really guaranteed... 🙂 )

> would you forum users even attempt use of unspec'ed ram?

*never* in production. if the success of my endeavor rests on saving 20c per item I'd be doing something else. and since it doesn't, I wouldn't run unnecessary risks.

16-32micros
Associate III
Posted on May 17, 2011 at 12:46

Hi,

Yes For sure ! I mean the extra RAM size from 10 to 20K is not functional , I guess all of you have understand this 🙂

Cheers,

STOne-32.

bala_jss
Associate II
Posted on May 17, 2011 at 12:46

Thank you STOne-32. When you say ''this RAM area is not ensured by ST to be functional '' , I really hope you mean RAM area between 10k and 20k and not the first 10K area!!

Ride and IAR users, make sure you have the RAM configuration right !! This could be wrong on many of the chip variants.

I have been using Ride, and this is how fixed it.

Change the line ''RAMSize =20480'' to ''RAMSize =10240'' in STM32F101V8T6.sim file (in your ''....\Ride\Sim\ARM'' directory)