acan2515 icon indicating copy to clipboard operation
acan2515 copied to clipboard

stuck in begin()

Open Modellfan opened this issue 3 years ago • 1 comments

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

Modellfan avatar Feb 02 '23 21:02 Modellfan

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.

pierremolinaro avatar Feb 07 '23 20:02 pierremolinaro