I want to use PWM driver to generate 40khz clock on CC2640 sensortag. I use SmartRF06 EB to debug and CCS to build code and debug.
First,I would open PWM driver,so I write open PWM driver code in main.c
Then the error is happened.
Description Resource Path Location Type
unresolved symbol PWM_config, first referenced in C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/lib/drivers_cc26xxware.aem3<PWM.oem3> simple_broadcaster_cc2650em_app C/C++ Problem
I have no idea why the error is happened.
JackSu