You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/08 15:26:04 UTC

[GitHub] [incubator-nuttx] tito97sp opened a new pull request, #7257: arch: stm32h7: Add support for dual bank flash memory

tito97sp opened a new pull request, #7257:
URL: https://github.com/apache/incubator-nuttx/pull/7257

   Signed-off-by: Andrés Sánchez Pascual <ti...@hotmail.com>
   
   ## Summary
   stm32_flash.c not supports currently the dual bank flash memory layout. This commit contemplates this possible layout.
   
   ## Impact
   stm32h7 arch and based boards.
   
   ## Testing
   Tested with nucleo-h743zi with multiple MTD drivers in different memory banks:
   
   - /dev/ota0 in bank1   (start_address  0x08040000, lenght 0xC0000)
   - /dev/ota1 in bank2   (start_address  0x08100000, lenght 0xC0000)
   - /dev/scratch in bank2 (start_address  0x081E0000, lenght 0x40000)
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] tito97sp closed pull request #7257: arch: stm32h7: Add support for dual bank flash memory

Posted by GitBox <gi...@apache.org>.
tito97sp closed pull request #7257: arch: stm32h7: Add support for dual bank flash memory
URL: https://github.com/apache/incubator-nuttx/pull/7257


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org