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/03/03 15:57:51 UTC

[GitHub] [incubator-nuttx] lukegluke opened a new pull request #5677: arch/arm/src/stm32f7/stm32_can.c: fix CAN3 receiving

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


   by fixing filter initialization.
   
   STM32F7 CAN3 works in single peripheral configuration and there is only 14 filter banks: 0-13. Previously not available 14 indexed filter (CAN_NFILTERS/2) was wrongly used for for receiving to FIFO. Now zero indexed filter is correctly used instead.
   
   Also fix comments.
   
   


-- 
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] acassis merged pull request #5677: arch/arm/src/stm32f7/stm32_can.c: fix CAN3 receiving

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


   


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