ram_d1 overflowe ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-04 5: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.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-04 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-04 6: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
