You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First call of setup assumes header was loaded and controller is still in freeze mode.
A second call of setup or a setFilter AFTER the setup() is called, a hard fault is occured because you're writing to the RXFGMASK outside of freeze mode.
I suggest you wrap entering and exiting freezemode around both setup() and setFilter() RXFGMASK sets to correct the hard fault condition
The text was updated successfully, but these errors were encountered:
First call of setup assumes header was loaded and controller is still in freeze mode.
A second call of setup or a setFilter AFTER the setup() is called, a hard fault is occured because you're writing to the RXFGMASK outside of freeze mode.
I suggest you wrap entering and exiting freezemode around both setup() and setFilter() RXFGMASK sets to correct the hard fault condition
The text was updated successfully, but these errors were encountered: