I am using CodeWarrior Development Studio and an example program from NXP to understand the functioning of the FXTH870911 chip. The program downloaded from their website is called FXTH_FW_BLE_Beacon_by_GenFSK. So they have some built in functions in a section of the flash that is factory loaded and one such function is TPMS_LF_ENABLE() as shown below. Since the code of these functions are not accessible, we can't step into the function (or you will be shown a "no source available" error). However, the problem is, that even if I try to step over this function, it steps inside and gets stuck there. I see the "no source available" message and the disassembly as shown below.
How do I exit out of this function or not enter it in the first place?
Thanks Tushar