mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
271 stars 31 forks source link

Initialize Clock Gate for LPSPI3 #149

Closed N8BWert closed 10 months ago

N8BWert commented 10 months ago

I was attempting to use the SPI1 instance and found that initializing the LPSPI3 instance would cause the teensy to block. Adding this line to the CLOCK_GATES fixed the issue and I was able to get the SPI1 instance working.

mciantyre commented 10 months ago

Sorry for the trouble, and thanks for the fix. The fix is available in teensy4-bsp 0.4.5.