You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMA appears completely broken on RPI.
line 916 in bcm283x fails due to a miss match in units: l := int(int64(d) * int64(w.Frequency()) / int64(physic.Hertz)) // Bits should be `l := int(d / w.Frequency().Period()) // Bits'
Once that's fixed, there's still a SIGBUS error coming from Nanospin, that could be because I'm using a CM4 though.
Ported from google/periph#172.
This is about cleaning up the RPi DMA code for all generations.
Also see #34 for RPi4 specific issue.
The text was updated successfully, but these errors were encountered: