We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there a trick to get the CAN middle-ware to catch 29 bit ids?
void CAN2_SignalObjectEvent (uint32_t obj_idx, uint32_t event) {
if (event == ARM_CAN_EVENT_RECEIVE) { // If receive event ... }
This code snipit works for 11 bit but not 29 bit?
Hi,
Look if you have filter set up to receive extended ids?