dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.12k stars 574 forks source link

SPI communication on RPI5 is possibly broken #2327

Open pgrawehr opened 1 week ago

pgrawehr commented 1 week ago

Describe the bug

According to https://stackoverflow.com/questions/78623887/spi-control-on-raspberry-pi-5-using-vs2022-net-4-8 SPI communication on a Raspberry Pi 5 doesn't work.

Steps to reproduce

See linked issue.

Expected behavior

SPI bus works

Actual behavior

No SPI clock seen

Versions used

latest (I suppose)