rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 26 forks source link

docs: interrupt #49

Closed HerrMuellerluedenscheid closed 9 months ago

HerrMuellerluedenscheid commented 2 years ago

Hey,

Can you provide a minimalistic example that uses an interrupt from this hal? I'm rather new to embedded rust and I'm probably doing some very stupid and silly mistake why it's not working. It's just that I don't find the cause 😅

Sorry for potential noob questions!

Marius

thejpster commented 9 months ago

Here's an old example: https://github.com/thejpster/monotron/blob/c90e5f0c3d84b92556a28a66d32400143182bc6e/rom/src/main.rs#L1119

This crate is quite out of date now and isn't really maintained. I'd suggest using an RP2040, or an STM32F3 or something like that.