cancel
Showing results for 
Search instead for 
Did you mean: 

What is STM32F101VC actual RAM size?

GIvan.2
Associate

Hello,

By documentation STM32F101VC has 32KB RAM, we notice that our project use 44KB of RAM more than 2 years without any issues.

What is real RAM size and why in documentation is only 32KB?

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

Welcome, @GIvan.2​, to the community!

The STM32F101VC was using the same die as the STM32F101VD/VE, but the additional memory has not been tested and therefore STMicroelectronics does not guarantee its functionality. The use of more memory than listed in the datasheet is completely at your own risk.

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

Welcome, @GIvan.2​, to the community!

The STM32F101VC was using the same die as the STM32F101VD/VE, but the additional memory has not been tested and therefore STMicroelectronics does not guarantee its functionality. The use of more memory than listed in the datasheet is completely at your own risk.

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
GIvan.2
Associate

Thank you!