Hi,
my current software is running on an LPC55S69 and is using the function CLOCK_GetFreq(clock_name_t clockName) with the parameter kCLOCK_CTmier3. However, this timer was simply removed without replacement in version 2.6.3 and newer. Unfortunately I could not find any documentation/migration guide in the web or in the resources provided by NXP and could not find out how to safely replace it by reading the new fsl_clock.c. So now I have 3 questions:
1. How am I supposed to replace that parameter? Or should I use a different function?
2. If there are more breaking changes during migration, is there any kind of resource which will guide a user to what he/she should use instead?
3. How can it even be possible, that a patch (!) version number change will include breaking changes? Such breaking changes are only supposed to be included in major version changes.
Thanks for all answers in advance.
Best regards
Hello,
How about use latest version SDKv2.10.1, I checked it ,it includes the function CLOCK_GetFreq(clock_name_t clockName) .
Sorry there isn't porting guide.
BR
Alice