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

   Signed-off-by: Andrés Sánchez Pascual <tito97...@hotmail.com>
   
   ## Summary
   stm32_flash.c not supports currently the dual bank flash memory layout. This 
commit contemplates this possible layout.
   
   Also a bug in stm32h7_israngeerased function has been solved.
   
   ## 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-unsubscr...@nuttx.apache.org

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

Reply via email to