You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CAN example code on this repository seems to use the wrong CAN peripheral. Steps to replicate:
L126 of the code indicates it should be the CAN peripheral at address 2010c000 that this code should be addressing;
according to the register map, CAN_A should be at address 0x2010 C000
adjusting your example code to employ Normal mode (instead of the default Loopback) and connecting it to an external USB2CAN dongle, the code accesses CAN2, J27 on the MPFS-ICICLE-KIT -- not CAN1!
As far as I can tell, this is either an issue with the code, or somewhere in the documentation (CAN_A/B to CAN1/2 mapping, or schematics).
The text was updated successfully, but these errors were encountered:
The CAN example code on this repository seems to use the wrong CAN peripheral. Steps to replicate:
2010c000
that this code should be addressing;0x2010 C000
As far as I can tell, this is either an issue with the code, or somewhere in the documentation (CAN_A/B to CAN1/2 mapping, or schematics).
The text was updated successfully, but these errors were encountered: