cancel
Showing results for 
Search instead for 
Did you mean: 

ram_d1 overflowe ?

A.Caliskan
Associate II

Hello,

I use stm32h750vbt6, I got the ram_d1 zone overflow error.What I don't understand is why the ram_d1 region zone overflow0693W00000HqWUAQA3.png doesn't write to other ram regions.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

The D1 region only provides 512KB RAM in the STM32H750VBT6.

But you define an array_abs with 4096x4096x2 = 32MB - how should this fit into these 0.5MB?

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

1 REPLY 1
Peter BENSCH
ST Employee

The D1 region only provides 512KB RAM in the STM32H750VBT6.

But you define an array_abs with 4096x4096x2 = 32MB - how should this fit into these 0.5MB?

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.