Skip to main content
A.Caliskan
Associate III
January 4, 2022
Solved

ram_d1 overflowe ?

  • January 4, 2022
  • 1 reply
  • 1428 views

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.

This topic has been closed for replies.
Best answer by Peter BENSCH

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

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
January 4, 2022

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.