Skip to content
Commit da1fc98a authored by Stefan Kolb's avatar Stefan Kolb Committed by Gregory Nutt
Browse files

Fix a copy and paste error concerning the CAN driver. In the file sam_matrix.h...

Fix a copy and paste error concerning the CAN driver. In the file sam_matrix.h the define SAM_MATRIX_CAN0_OFFSET is set to the wrong value.

Error is only triggered if the global variable g_mcan0_msgram is located in RAM at an address beyond 0x20400000 + 0x0000ffff. In this case all send CAN messages have the length zero and the CAN-ID is zero as well.
parent 050f5447
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment