KevinOConnor / can2040

Software CAN bus implementation for rp2040 micro-controllers
GNU General Public License v3.0
667 stars 66 forks source link

Adjust the pico frequency to 250 Mhz #27

Closed Hemistic closed 1 year ago

Hemistic commented 1 year ago

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?

JamesWGT3 commented 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);

github-actions[bot] commented 1 year ago

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.