pierremolinaro / acan2515

MCP2515 CAN Controller Driver for Arduino
MIT License
74 stars 29 forks source link

stuck in begin() #39

Open Modellfan opened 1 year ago

Modellfan commented 1 year ago

On Arduino Nano 168 with standard loopbackdemo the mcu get's stuck and shows only "Configure ACAN2515".

pierremolinaro commented 1 year ago

May be a RAM overflow ? Try to reduce memory footprint : settings.mTransmitBuffer0Size = 1 settings.mReceiveBufferSize = 2

Insert theses lines before can.begin.

Do you check the MCP2515 connections ?

Le 2 févr. 2023 à 22:14, Modellfan @.***> a écrit :

On Arduino Nano 168 with standard loopbackdemo the mcu get's stuck and shows only "Configure ACAN2515".

— Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2515/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVHCHT2UII54KUHE6U3WVQPUNANCNFSM6AAAAAAUPQRZ5Y. You are receiving this because you are subscribed to this thread.