9 years ago.

FastPWM

Error: Undefined symbol FastPWM::initFastPWM() (referred from FastPWM_common.cpp.NRF51822.o).

Error: Undefined symbol FastPWM::period_ticks(unsigned) (referred from FastPWM_common.cpp.NRF51822.o).

Error: Undefined symbol FastPWM::setPrescaler(unsigned) (referred from FastPWM_common.cpp.NRF51822.o).

Error: Undefined symbol FastPWM::pulsewidth_ticks(unsigned) (referred from FastPWM_common.cpp.NRF51822.o).

Error: Undefined symbol FastPWM::getPeriod() (referred from FastPWM_common.cpp.NRF51822.o).

I get these errors when FastPWM lib is included, how do I fix this?

1 Answer

9 years ago.

It's not supported, is it? Can't find the implementation http://developer.mbed.org/users/Sissors/code/FastPWM/file/db9c0cf445e2/Device. The repo owner does not have the board as I recall :-)

Accepted Answer