discovery
discovery copied to clipboard
05 LedRoulette, DefaultHandler
Hi,
I'm trying to execute the 05 Led Roulette example on Windows. The bare example works fine (building, flashing, debuging) however as soon as I execute aux5::init() I end up in the default handler. I followed the issue and it seems to happen when I leave primask::read. I thought it might be the same issue mentioned here: [https://github.com/rust-embedded/cortex-m/issues/93], however changing the linker did not help. Any other ideas?
@mmosesx I had the same issue and in my case the problem was the dependency versions in my Cargo.toml, they were too old for my environment and everything worked fine after setting current versions