Thank You Ben! I will read that.Sorry, I was wrong. My question would have been right : "How I need to set the CAN FilterIDHig/Low and MASKIDHigh/Low, the FilterScale 16 or 32 bit, and what they mean in the HAL Driver? I would like to use the IDLIST ...
Anyway this wors: .FilterMode = CAN_FILTERMODE_IDLIST;.FilterScale = CAN_FILTERSCALE_16BIT;.FilterIdHigh = 0x321 << 5;.FilterIdLow = 0x0000;.FilterMaskIdHigh = 0x0000;.FilterMaskIdLow = 0x0000;but it dont care the FilterScale! It is working with the....
Yes, that is a very nice diagram.But my question was, what the relationship betveen the message ID (in the message) and the data field content in the CAN_FilterTypeDef structure? The HAL user manual (UM1725) is not saying any concrete information abo...
Hi Szymon!I try the example on an stm32f103c8t6 and its working fine, but I cant change the filter config to "_IDLIST", Its simply not work anymore in any combination of the mask and id… May be I missed something...Regards.J.