discovery icon indicating copy to clipboard operation
discovery copied to clipboard

05 LedRoulette, DefaultHandler

Open mmosesx opened this issue 7 years ago • 1 comments

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 avatar Oct 12 '18 11:10 mmosesx

@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

norbux avatar Jul 24 '20 07:07 norbux