I am trying to include a time stamp in my code using CySysTickGetValue() function for CX3 platform (SDK version 1.3.3) to find the time taken for a particular event to happen. I tried adding CyLib.h and CyLib.c files as well as the SysTimer.h and SysTimer.c files to the project as was discussed in the following forum links:
http://korea.cypress.com/forum/psoc-4-ble/how-get-systick-value
http://korea.cypress.com/forum/psoc-community-components/systimers-compo...
Yet, the functions CySysTickGetValue() and CySysTickEnable() seem to be inaccessible. How can I get around the problem?