HI All
Here i need to add 128 rules to channel1 of RSCAN, and i have to assign each rule to idenfity with label.For this i used "R_CAN_AddRxRule(CAN_CH1, &g_filter, CAN_BOX_RXFIFO_0);" function . But to add 128 rules how can i replicate this function
an_r0an2784eu0102_can\rscan_source\r_rscan_rz\demo\r_rscan_rz_config.h(81)Wouldn't it be a solution if the value of CAN_CFG_NUM_RULES_CHn is set from 1 to 128?