2022-01-04 05:36 AM
Hello,
I use stm32h750vbt6, I got the ram_d1 zone overflow error.What I don't understand is why the ram_d1 region zone overflow doesn't write to other ram regions.
Solved! Go to Solution.
2022-01-04 06:11 AM
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
2022-01-04 06:11 AM
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