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
BUSCLK is a configurable clock source for different peripheral devices and it's configured differently across MSPM0 series. To configure peripheral devices, it's important to know exact baud rate of BUSCLK.
There is naive attempt to calculate BUSCLK in embassy-mspm0/src/i2c.rs::calculate_clock_rate which must be extended and made available as a common mspm0 functionality.