-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to use LED example on STM32 Nucleo-F446RE board #15693
Comments
@yashvi-05 I think you faced similar issue recently with this board, could you please help here? |
@maitiSoutrik you need to do: ls /dev to confirm that /dev/userleds was created. Probably it is not created during the board initialization |
Hi @acassis , you are right. It's not being created. |
Does it get to this line in your stm32_bringup? |
In that solution, I edited some configuration in make menuconfig
…On Sun, Jan 26, 2025, 6:27 PM Alan C. Assis ***@***.***> wrote:
@yashvi-05 <https://github.com/yashvi-05> I think you faced similar issue
recently with this board, could you please help here?
—
Reply to this email directly, view it on GitHub
<#15693 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUA3PEFD3FFRVNZNESP4IT2MTLSRAVCNFSM6AAAAABV3UOXB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUGQYDQMJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Also, type 'ls /dev' in Minicom and tell me the options that are visible. |
Hi @yashvi-05 , I followed the steps :
I selected the following from menuconfig :
I am using
As you can see the |
most likely you are missing board initialization. Try with |
Hey thanks a lot @raiden00pl ! Worked like a charm 👍🏾 |
@raiden00pl I think after the board initialization "simplification" we could keep the board bring-up initialization called by default to avoid issues like this |
Who is working on this "simplification"? Can you provide a link? |
Can I also contribute? |
Sure, all ideas, suggestions and, of course, code is welcome! |
Description
I have the following led configuration :
When I build and flash the firmware on the board and access the nsh shell, I don't see the /dev/userleds
furthermore the leds example doesn't work.
I tried looking through some PRs for other controllers
11169
15422
But this is also not helping.
Any leads on using LED on Nucleo-F446RE board
Verification
The text was updated successfully, but these errors were encountered: