-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Description
I needed to send PWM signals, but when I tried using either analogWrite or mbed::PwmOut the linker always yield the following error:
pwmout_api.c:(.text.pwmout_init+0x310): undefined reference to `PinMap_PWM_HRTIM'
The version that I used is 3.5.4.
Update: Also not working with 4.0.2 version.