You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/05 07:29:37 UTC

[GitHub] [incubator-nuttx] yukihiratype2 opened a new pull request #39: Implement QSPI for STM32H7

yukihiratype2 opened a new pull request #39: Implement QSPI for STM32H7
URL: https://github.com/apache/incubator-nuttx/pull/39
 
 
   The code is copy and modified from STM32F7.
   I tested on my board with W25Q128 flash chip.

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

[GitHub] [incubator-nuttx] yukihiratype2 commented on issue #39: Implement QSPI for STM32H7

Posted by GitBox <gi...@apache.org>.
yukihiratype2 commented on issue #39: Implement QSPI for STM32H7
URL: https://github.com/apache/incubator-nuttx/pull/39#issuecomment-570885964
 
 
   Note:
   CONFIG_STM32[H7| F7]_QSPI_FLASH_SIZE define in both H7 and F7 will cause a problem, because the range (1-2147483648)  is too big. This problem will cause this filed becomes a negative number and not editable. But this value can be manually changed in .config file.
   <img width="586" alt="Screen Shot 2020-01-05 at 3 34 10 PM" src="https://user-images.githubusercontent.com/10401396/71776682-d450f580-2fd0-11ea-9f23-a25a1acf38c3.png">
   

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

[GitHub] [incubator-nuttx] patacongo merged pull request #39: Implement QSPI for STM32H7

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #39: Implement QSPI for STM32H7
URL: https://github.com/apache/incubator-nuttx/pull/39
 
 
   

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