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

output GPIO issue with LORA_L151CCU6 #2

Open
BuBuaBu opened this issue Jul 16, 2020 · 0 comments
Open

output GPIO issue with LORA_L151CCU6 #2

BuBuaBu opened this issue Jul 16, 2020 · 0 comments

Comments

@BuBuaBu
Copy link

BuBuaBu commented Jul 16, 2020

I found the issue of gpio refusing to reset after a set. (with stm32l151xc variant)

The issue and its cause is explain in the st community forum: https://community.st.com/s/question/0D50X0000AldbDt/bug-in-stm32l151-and-others-driver-code-these-chips-dont-have-a-brr-register

That means we need to have the STM32Cube driver fixed.

There is nothing wrong with not the board definition nor the stm32duino core.

As a workaround, I set a #undef GPIO_BRR_BR_0 inside variant.h . Of course it's only to proove that this is the issue.

Do you plan to open a PR to upstream these board definitions?

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