-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stm32] Fix initialization of FDCAN message RAM
After power-on the FDCAN message RAM is filled with non-zero invalid data. In some cases the CAN filter region contains well-formed entries which cause inadvertent reception or rejection of messages. To prevent this message RAM sections are now zeroed out on the first initialization of the respective FDCAN instance.
- Loading branch information
1 parent
9e7bdf4
commit 3614dc0
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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