cpu/samd5x: improve can-initialization#21173
Merged
kfessel merged 1 commit intoRIOT-OS:masterfrom Apr 5, 2025
Merged
Conversation
mguetschow
reviewed
Jan 30, 2025
Contributor
mguetschow
left a comment
There was a problem hiding this comment.
I don't have a device to test this, but looks sensible from a quick glance. Do you have a pointer to the datasheet?
|
|
||
| /* setup */ | ||
| pchctrl = GCLK_PCHCTRL_GEN(dev->conf->gclk_src); | ||
| GCLK->PCHCTRL[pchid].reg = pchctrl; |
Contributor
There was a problem hiding this comment.
why no busy wait loop here?
Contributor
Author
There was a problem hiding this comment.
at this point the register is changeable (since the channel is deactivated)
Member
There was a problem hiding this comment.
I think @mguetschow suggested to add a comment here to explain why not waiting here, in contrast to the other writes.
maribu
reviewed
Jan 30, 2025
maribu
reviewed
Jan 30, 2025
maribu
reviewed
Jan 30, 2025
93a057b to
98ce32d
Compare
Member
|
I tested this with my SAME54-XPRO. In master: TX works, RX does not, unless But having the clock init better matching the process in the datasheet does have merit. Please squash! |
98ce32d to
1fa6e09
Compare
maribu
approved these changes
Apr 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This makes the can initialization for the samd5x more stable
Testing procedure
find a Board that uses this cpu but has sight problems of getting the can bus up reliably
find its more reliable with this Patch
Issues/PRs references
SAM D5x/E5x Family datasheet page 144 (DS60001507M) 14.6.3.3