-
-
Notifications
You must be signed in to change notification settings - Fork 19
Portenta H7: Why does blue LED blink... #124
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
Comments
Just for the record I am seeing the same thing as @KurtE |
Notes to self and probably only myself..... When I boot up a simple sketch like blink on MBED: I see that the following stuff is output over I2C1, to device 0x08
And when I run it on Zephyr:
Which I believe is the device that controls a lot of power managment: |
Quick update... The 2nd post was barking up the wrong tree .... I believe it is probably related to the code in the MBED version where the
I have tried to add similar code to an initVariant function for zephyr PortentaH7, but that did not stop blink, tried adding to |
Hi Kurt, the blue led blinking is coming from the M4 core default sketch 😅 |
Thanks @facchinm will try it out later... Which leads into another set of questions, on How you see things proceeding, like controlling the second core. |
So far no luck. If I understood correctly, I tried running this sketch on MBED:
When I ran it on MBED it simply printed that: FLASH_OPTSR_BCM4 not set Soon as I burn bootloader for zephyr blue led is back... EDIT: simply running blink on MBED and add RPC.begin() gives me the blink of the BLUE led... |
Sorry for the delay, the config to be added to Portenta .conf is |
Describe the bug
On every or almost every sketch I run on the Portenta H7, the BLUE led continuously blinks.
I believe it is probably connected to the charging circuit and there is no battery connected to my board.
And it do not blink like this when running on MBED.
Hopefully a simple one to resolve.
The text was updated successfully, but these errors were encountered: