You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/03/06 11:21:11 UTC

[GitHub] [mynewt-core] andrzej-kaczmarek commented on issue #2229: da1469x/hal_flash: Fix write boundaries

andrzej-kaczmarek commented on issue #2229: da1469x/hal_flash: Fix write boundaries
URL: https://github.com/apache/mynewt-core/pull/2229#issuecomment-595724785
 
 
   @ccollins476ad we need to check native QSPIF address space as well because app is linked there while bootloader is linked at remapped address space. This is because QSPI is remapped at 0 by ROM bootloader with an offset depending on product headers so our bootloader always starts at the same address, but at the same time this makes app base address change in remapped address space so it's easier to use native address space there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services