You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "michallenc (via GitHub)" <gi...@apache.org> on 2023/05/14 20:19:52 UTC

[GitHub] [nuttx] michallenc opened a new pull request, #9272: w25qxxxjv: fix STATUS2_QE_ENABLED bitfield write

michallenc opened a new pull request, #9272:
URL: https://github.com/apache/nuttx/pull/9272

   ## Summary
   W25QXXXJV_WRITE_STATUS_2 register uses just first byte therefore all operations has to be done in priv->cmdbuf[0]. Previous priv->cmdbuf[1] caused QE mode not being enabled.
   
   ## Impact
   W25Q flash now enables Quad mode.
   
   ## Testing
   Tested on W25Q01JV flash and SAM E70 based board. 
   


-- 
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] [nuttx] xiaoxiang781216 merged pull request #9272: w25qxxxjv: fix STATUS2_QE_ENABLED bitfield write

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9272:
URL: https://github.com/apache/nuttx/pull/9272


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