Hi
I am trying to add CC3135MOD onto STM32F429 MCU via SPI interface, and tried to port Host Driver in a single thread and non-OS environment.
when building, got the errors " can not openn source file "ti/drivers/dpl/ClockP.h", which seems to be related to DPL.
it seems there is something missing or wrong in my below steps.
So, could you please take a look at the below steps and advise what would the root cause of this errors?
As for Host Driver porting for a single thread and non-OS, is there something else I need to take care of?
Here is the steps I took;
1. Used the CC32xx-SDK version 5.20.00.06 (05. Jul 2021), cause the module has been programmed with the same version of service pack.
2. Copied all the files in the source\ti\drivers\net\wifi folder and added it onto STM source folder
3. with SWRU455m CC33xx Network Processor User Guide Chaper 19, Porting Host Driver and SWRA704 Porting SimpleLink Wi-Fi Host Driver to STM MCU
did some modifications onto user.h file.
4. tried to compile/build, but got the errors " can not openn source file "ti/drivers/dpl/ClockP.h"
Thanks,