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

STM8L: interrupt priority of BG task not lowered #340

Closed
TG9541 opened this issue Aug 9, 2020 · 1 comment
Closed

STM8L: interrupt priority of BG task not lowered #340

TG9541 opened this issue Aug 9, 2020 · 1 comment
Assignees
Labels

Comments

@TG9541
Copy link
Owner

TG9541 commented Aug 9, 2020

The BG task priority should be lower than interrupts, e.g. of TIM4_INT or EXTx_INT for the simulated serial interface. In STM8S it is, in STM8L it isn't. This is a bug.

@TG9541 TG9541 self-assigned this Aug 9, 2020
@TG9541 TG9541 added the bug label Aug 9, 2020
@TG9541 TG9541 closed this as completed in ea7bc2b Aug 15, 2020
TG9541 added a commit that referenced this issue Aug 15, 2020
@TG9541
Copy link
Owner Author

TG9541 commented Aug 15, 2020

I added some symbols for the interrupt index and made the solution generic. Maybe I'll simplify the BG timer initialization code a bit more.

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

No branches or pull requests

1 participant