Andy Brown

Results 26 comments of Andy Brown

I've just tacked on a NUCLEO-L496ZG-P to my latest Digikey order. It's a bit larger than the one you referred to but the core's the same. I can't promise anything...

I'll add this as part of a more general feature class to control the break functionality offered by some of the timers. I guess it's a safety feature that the...

Mike - see the `timer_pwm_break` demo. The call you want is `timer.enableMainOutput();` that you get from the `UnlockedTimerBreakFeature` template.

Do you have a way that I can reproduce this without a self-powered device? When I modify the sample program to do this then it works as expected: ``` usb.start();...

I am still attempting to reproduce this on Windows without any success. So far I haven't been able to cause Windows to suspend a device using any of the SDK...

Hi, firstly you'd need the schematics to find the connector pinout. I wouldn't be very hopeful though because all manufacturers migrated from the easy to control DBI interface to the...

There is no standard DBI pinout on the connector. All the logical DBI functions will be present but I've found that their position on the connector will vary between models....

I see that #2087 fixes this. Will this make it into a Dalston SR release.

I hit this issue today. `StateFunc` is being used to json-normalize one of the fields before being stored in the set as a string value. If the normalization returns a...

Well that went well 🙄 I'm unfamiliar with this unit testing framework. Some guidance would be helpful particularly those hard-coded `id:` digests. Am I supposed to just update those to...