Hi,
I would like to ask a question regarding porting existing applications from v2.10 of CC13xx SL SDK to v2.40. I see from the release notes that the pdm I2S has changed and that the driver has been refectored so that the byproduct lib from v2.10 necessary as dependency is obsolete.
In going further I decided to remove this dependency from the TI-RTOS referenced project by my application, especially since otherwise the build will fail along these lines:
makefile:157: recipe for target 'test_flash.out' failed /opt/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: cannot find -l:ti/drivers/pdm/lib/pdm_cc13x0.am3g collect2: error: ld returned 1 exit status
My question is whether deleting this dependency is "safe" or appropriate action going further so it doesn't bite me back. I should specify that I do not use any I2S device nor plan to interact with that functionality at this point in time (cannot say too much about the future though :))
Best,
Andrei