WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

PWMs failing on F7v2 #194

Closed ctacke closed 1 year ago

ctacke commented 2 years ago

No output on the pin with this on a v2 board (tested D02 and D06)

var pwm = Device.CreatePwmPort(Device.Pins.D06, 100, 0.5f);
pwm.Start();

Same works fine on a v1d board. Yes, the app class was defined properly.

bryancostanich commented 2 years ago

Didn't this get fixed recently? //@adrianstevens @jorgedevs

jorgedevs commented 2 years ago

That port is still borked @bryancostanich

ctacke commented 2 years ago

Somewhere along the line D02 got fixed. tested and working fine. Working on a D06 fix.

bryancostanich commented 2 years ago

D02 - fixed.

moving D06 to post-RC-1, since it depends on the NuttX 10.x rebase.

ctacke commented 1 year ago

Duplicate