HotFix_3: Fix Profiler block error
NXP Tracking number: AST-935
Problem: Profiler_s32k14 block fails to build - gt_pf.c: error: 'LPIT0' undeclared (first use in this function) LPIT_DRV_StartTimerChannels(0, LPIT0->SETTEN | (1 << 3))
Root Cause: Coding error
Workaround: Update the files attached in the following folders
{Toolbox install dir}/code/mbdtbx_s32k/mscripts/profile/mbd_s32k_profile_code.p
{Toolbox install dir}/code/mbdtbx_s32k14/mbdtbx_s32k14/blocks/profiler/profiler_s32k14_fcn.tlc
{Toolbox install dir}/code/mbdtbx_s32k14/src/c_library/gt_pf.c
{Toolbox install dir}/code/mbdtbx_s32k14/src/includes/gt_pf.h
Note: The profiler example provided will work if you choose another PIT Channel (other than 0) as it is used as Step Tick Timer.