AI found out the issue, it's newbee one :) I enabled interrupts early and it ISR is called before I initialized a device, working with that device caused an error. Thanks for the response and the blog!Reply·Article·Feb 3, 2025·STM32F4 Embedded Rust at the HAL: Timer Interrupts
AHello, thanks for the article! I'm trying to set a low value for timer it panics, e.g. timer.start(100.millis()).unwrap(); I'm using STM32F103C8T6. Any thoughts on why?Comment·Article·Feb 3, 2025·STM32F4 Embedded Rust at the HAL: Timer Interrupts