Hi all,
I'm working with a custom board based on STM32F767 and a custom project
fork of px4 based on NuttX-10.2.0. I can successfully configure and use
CAN1 and CAN2 buses for sending and receiving messages, but when the CAN3
bus is used, the board can only transmit messages, but not receive. Simp
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