David O'Connor

Results 304 comments of David O'Connor

https://github.com/stm32-rs/stm32f3xx-hal/pull/141 includes the ability to set the `CaptureCompare` to input mode. Is still missing some features you might need though, but could be patched in easily. Have you figured out...

From the Reference manual, section 15.3.30: *The temperature sensor is internally connected to the ADC1_IN16 input channel which is used to convert the sensor’s output voltage to a digital value....

I probably missed one or more steps in ADC setup. The fact I had to comment out those while loops should have been the red flag!

You're correct; this is a bug that's been copy+pasted into a number of HALs.

Marked as stale, but I'm still interested in this.

I'm using it with a prototype FC I plan to release within the next 2 months, pending MCU availability.

Do you know what could cause the Edystone example to hang at `block!(rc.read())`, ie where to start troubleshooting?

Thank you - that's a great idea! Do you use the Cube programmer to do that? I think I need to try the full Edystone example as you said, and...