On 07/05/2021 17:48, Tim wrote:
Hi,
SAMA5D27 (custom board) - trying to complete the port and also check that
the CAN interface works on the board, so I'm trying to use the CAN example
app....
As per my other thread, Linux+VS Code+Segger all up and running so I can
see what's going on now.
Found an error in sam_can.c for sama5 which was why it was crashing -
have fixed and will do the necessary PR in due course.
However, the main problem is that the sama5 board files all use "can"
but it should be "mcan"...so all the register addresses and possibly
functions/methods are wrong :(
Before I attempt to rework it to use mcan, has anyone actually got
Nuttx+CAN working on a sama5? It could save me loads if work if so!!??