Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microbit.Time resets the board #421

Open
szucsi23 opened this issue Mar 6, 2023 · 0 comments
Open

Microbit.Time resets the board #421

szucsi23 opened this issue Mar 6, 2023 · 0 comments

Comments

@szucsi23
Copy link

szucsi23 commented Mar 6, 2023

Hey there!
I'm trying to use ADL on a Micro:Bit v1 board, with no luck so far.
My issue is: If I flash anything that includes Microbit.Time, the board will get stuck in a reset loop.

I managed to narrow down the issue to 1kHz timer in the Init function.
Whenever the timer reaches the Compare value, and the interrupt happens, the board resets itself.
If I increase the Compare time, the board will reset later.

(additional info: I can flash and run the example code in GNAT studio, but if I include Microbit.Time, the same reset happens)

Any ideas what the core issue might be, and how I could solve it?
Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant