Hi,
As i trace/review in CCG3 SDK Version 3.0.1. call pd_hal_init() i not getting called from any module. Need to understand will system works without this?
Solved! Go to Solution.
Hi Arun,
Its being called from one of the libraries. In the following SDK: CCGx SDK v3.0.2, it is called from the libccgx_pd3.a.
Hope this answers your question.
Regards,
Sudheer
Hi Arun,
without the initial function, CCGx will not sync interrupt handler. Which is means there is no response for any interrupt occurred.
Best Regards,
Lisa
Hi,
I search complete project for "pd_hal_init" but can't trace which module is calling this API.
So you said, its basic/API must be called.
Hi Arun,
Its being called from one of the libraries. In the following SDK: CCGx SDK v3.0.2, it is called from the libccgx_pd3.a.
Hope this answers your question.
Regards,
Sudheer