Hey all, I am using an NRF52 DK and am trying to combine the 'pwm' and 'ant broadcast' examples. Both examples compile fine on their own, but when I try to combine I am getting these two errors:
Output/ant_broadcast_tx_pca10040_s212 Release/Obj/app_pwm.o: In function `app_pwm_init':
undefined reference to `nrf_drv_ppi_init'
I don't understand what the first one is but the second one seems like it is not finding the library... I made sure PPI is turned on in sdk_config.h and that it is included in the header and makefile... Also don't know if it matters but I am working in Segger Embedded Studio using S212 SoftDevice. I have included everything I seemed to have needed in the header and added all to the makefile; please advise.
Included are my main file and sdk_config.
Thanks,
Vkryvor