Closed Hemistic closed 1 year ago
It works well at 250MHz - and this seems to help a lot when working at 1MBit with Rx ACK errors
The only parameter that needs to know about the clock change is SYSCLK here;
can2040_start(&can1, SYSCLK, BITRATE, RX_PIN, TX_PIN);
Hello,
It looks like there hasn't been any recent updates on this github ticket. We prefer to only list tickets as "open" if they are actively being worked on. Feel free to provide an update on this ticket. Otherwise the ticket will be automatically closed in a few days.
Best regards,
~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
Hello, Kevin. Good job, your project help me to reduce my work time. I want to know if I adjust RP2040 to 250Mhz, will there be any problem? If there is a problem, which parameter should I adjust?