-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[tracking] Bugs found by the peripheral selftest #20071
Comments
@maribu I could provide configuration for SPI in |
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 |
So that I have this handy later on, I paste the crucial part of the test output on the
Note: This failure is sporadic. |
This is intended to track bugs found by the peripheral selftest, so that the bugs are not only found but eventually also fixed :)
nucleo-f070rb
: Missing peripheral configuration for SPI (see boards/nucleo-f070rb: add SPI configuration #20075)nucleo-f302r8
: Missing peripheral configuration for the Arduino SPI bus (the provided bus(es) is not compatible with any Arduino shields, as it is connected to the wrong pins)boards/nucleo-l433rc
: Missing peripheral configuration for the Arduino SPI bus (the provided bus(es) is not compatible with any Arduino shields, as it is connected to the wrong pins)boards/nucleo-wl55jc
: Incorrect SPI bus declared asARDUINO_SPI_D11D12D13
(see boards/nucleo-wl55jc: Fix Arduino SPI bus #20085)uart_poweroff()
is not powering off UART (see cpu/nrf5x_common: fix uart_poweroff() #19926)nucleo-f103rb
: I2C test failing (see cpu/stm32: fix periph_i2c for F1, F2, L1 and F4 families #20100)nucleo-f303re
(or rather STM32F3): SPI clock polarity on idle level not correct (see cpu/stm32/periph_spi: Fix /CS handling #20084)nucleo-f446re
(or rather STM32F4): SPI transfer is faster than possible with the requested SPI clockassert()
when the used SPI clock is faster than expected, as this violates the API contract (see cpu/stm32/periph_spi: Fix /CS handling #20084 for the missingassert()
)nucleo-f446re
(or rather STM32F4): The GPIO IRQ test occasionally failsp-nucleo-wb55
: SPI clock frequency not correct (fixed by tests/periph/selftest_shield: improve SPI test #20089 and cpu/stm32/periph_spi: Fix /CS handling #20084), clock polarity not honored (fixed by cpu/stm32/periph_spi: Fix /CS handling #20084)nucleo-f303re
(or rather STM32F3): GPIO test fails while debuggingnucleo-f303re
(or rather STM32F3): Hard fault duringadc_init()
in the ADC test.ztimer
(viaperiph_adc
). Fixed by tests/periph/selftest_shield: timer allocation conflict #20096gd32vf103c-start
(or rather GD32VF103): PWM not working correctlyThe text was updated successfully, but these errors were encountered: