CAN setup and filters using HAL
Hi,
I have quite extencive experincu using CAN and J1939.
In this project I am working on now I will impliment CAN signaling in a STM32F446.
My questions:
1.
CAN_TxHeaderTypeDef.ExtId, shall be used with extended IDs. What will happen if .StdId is also filled in? Or is that only the 11 first bits in the ID and then ExtId shall be the rest of the 29 bit identifyer?
2.
I cant find any material describing the filter CAN_FilterTypeDef. Is there any kind of explination how to impliment this? I find nothing in the hall documentation and h. file is giving no real relation ship beteween identifyer and filter parameters.
I would love to be pointed to some kind of documentation.
Thank you in advance