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

[tracking] Bugs found by the peripheral selftest #20071

Open
8 of 15 tasks
maribu opened this issue Nov 9, 2023 · 4 comments
Open
8 of 15 tasks

[tracking] Bugs found by the peripheral selftest #20071

maribu opened this issue Nov 9, 2023 · 4 comments
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Type: tracking The issue tracks and organizes the sub-tasks of a larger effort

Comments

@maribu
Copy link
Member

maribu commented Nov 9, 2023

This is intended to track bugs found by the peripheral selftest, so that the bugs are not only found but eventually also fixed :)

@maribu maribu added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Type: tracking The issue tracks and organizes the sub-tasks of a larger effort labels Nov 9, 2023
@krzysztof-cabaj
Copy link
Contributor

@maribu I could provide configuration for SPI in nucleo-f070rb using ONLY datasheet - I do not have access to this board.

@krzysztof-cabaj
Copy link
Contributor

Hmmm ... I'm looking at pinout of nucleo-l152 - and Arduino D11, D12, D13 are connected to PA7, 6 and 5. This is configured in periph_conf.h and is compatible with datasheet (page 40). What I'm missing?

@maribu
Copy link
Member Author

maribu commented Nov 14, 2023

Hmmm ... I'm looking at pinout of nucleo-l152 - and Arduino D11, D12, D13 are connected to PA7, 6 and 5. This is configured in periph_conf.h and is compatible with datasheet (page 40). What I'm missing?

Indeed, that looks all fine.

I guess I confused it with nucleo-l433rc which indeed has configured the incorrect bus. I'll update the tracking accordingly.

@maribu
Copy link
Member Author

maribu commented Nov 15, 2023

So that I have this handy later on, I paste the crucial part of the test output on the nucleo-f446re here:

Starting test for GPIO-IRQ (both-edges) at tests/periph/selftest_shield/main.c:588
FAILURE in tests/periph/selftest_shield/main.c:596
FAILURE in tests/periph/selftest_shield/main.c:601
FAILURE in tests/periph/selftest_shield/main.c:606
FAILURE in tests/periph/selftest_shield/main.c:611
FAILURE in tests/periph/selftest_shield/main.c:616
FAILURE in tests/periph/selftest_shield/main.c:628
FAILURE in tests/periph/selftest_shield/main.c:632
FAILURE in tests/periph/selftest_shield/main.c:637
FAILURE in tests/periph/selftest_shield/main.c:642
[FAILED]

Note: This failure is sporadic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Type: tracking The issue tracks and organizes the sub-tasks of a larger effort
Projects
None yet
Development

No branches or pull requests

2 participants