You must do "slavestartfilterbank < filterbank" in the can2 config settings. Example; sFilterConfig.SlaveStartFilterBank = 8;sFilterConfig.FilterBank = 9;example2;sFilterConfig.SlaveStartFilterBank = 11;sFilterConfig.FilterBank ...
I use stm32f446re. I want the processor to get the value 0x1405. Example: Processor light the led according to the value 0x1405. Use only can2.Apb1= 32Mhz systemclock =64 Mhz//can2 settingsvoid MX_CAN2_Init(void){CAN_FilterTypeDef sFilterConfig; hcan...