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 2021/06/10 12:52:21 UTC

[GitHub] [incubator-nuttx] AlexanderVasiljev opened a new pull request #3892: arch/arm/src/stm32h7: qspi use indirect write instead of indirect read

AlexanderVasiljev opened a new pull request #3892:
URL: https://github.com/apache/incubator-nuttx/pull/3892


   On my stm32h7 board with CONFIG_STM32H7_QSPI_INTERRUPTS QSPI hanged when was making command without data. When I changed sending command from indirect read mode to indirect write mode, it started to work. As per documentation the indirect read and write modes should be equivalent when used without data. So the difference is not documented. At least this change should not do any harm.
   
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3892: arch/arm/src/stm32h7: qspi use indirect write instead of indirect read

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3892:
URL: https://github.com/apache/incubator-nuttx/pull/3892


   


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