stm32f4 memory length

groups at chichak.ca groups at chichak.ca
Tue Jun 4 05:21:32 UTC 2019


According to the STM407 users manual:

There is 112KB at 2000 0000
16KB at 2001 C000

And the final 64K is at 1000 0000

So your memory isn’t contiguous at 2000 bazillion. When you declare that it is, the memory test will get into an unused space and give you an address trap.


Andrei from The Great White North





> On 2019-June-03, at 23:06, Jython <googcheng at gmail.com> wrote:
> 
> MEMORY {
> RAM_INT : ORIGIN = 0x20000000, LENGTH = 192k
> ROM_INT : ORIGIN = 0x00000000, LENGTH = 1M
> }
> 
> im using the f407 has 192k ram, 
> the original is LENGTH = 128k,
> but if i changed it to 192k, the board cant boot, why?
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20190603/dcb0af95/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2019-06-03 at 23.18.10.png
Type: image/png
Size: 133487 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/users/attachments/20190603/dcb0af95/attachment-0001.png>


More information about the users mailing list