The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Issue: inversed PWM signal TARGET_NRF51822 - nordic nRF51822

Hello, there was an issue in the official nordic SDK for nRF51822 chips. With the PWM signal being inversed when changing the duty cycle from 0% to 1-99% (or from 100%). https://devzone.nordicsemi.com/question/39809/sometimes-pwm-signal-is-reversed/?answer=43078#post-id-43078 According to the comment, they fixed the issue in SDK 10 (they fixed the app_pwm.c driver). Unfortunately I am observing the same issue when using mbed. If I understand it correctly, mbed is not using the nordic SDK, so is it possible that the mbed implementation contains the same issue? Thank you!