Re: CAN3 RX not working, STM32F7

2022-03-03 Thread Alan Carvalho de Assis
Hi Oleg, I'm glad you figured it out. BR, Alan On 3/3/22, Oleg wrote: > Hi Alan, > > Thanks for the participation! > > In the end I've dug into the driver code and found the bug with CAN3 filter > configuration. > Here is the fix: https://github.com/apache/incubator-nuttx/pull/5677 > > --- > W

Re: CAN3 RX not working, STM32F7

2022-03-03 Thread Oleg
Hi Alan, Thanks for the participation! In the end I've dug into the driver code and found the bug with CAN3 filter configuration. Here is the fix: https://github.com/apache/incubator-nuttx/pull/5677 --- With best regards, Oleg. чт, 24 февр. 2022 г. в 23:01, Alan Carvalho de Assis : > Hi Oleg,

Re: CAN3 RX not working, STM32F7

2022-02-24 Thread Alan Carvalho de Assis
Hi Oleg, Did you try to find some typo or mistake related to CAN3 in the driver? Is it possible (at least for test) to use other pin for this signal? i.e. PB3. BR, Alan On 2/24/22, Oleg wrote: > Hi all, > > I'm working with a custom board based on STM32F767 and a custom project > fork of px4