Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: CAN2_SignalObjectEvent wont catch 29bit can id

$
0
0
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?

Viewing all articles
Browse latest Browse all 3049

Trending Articles