I would like to know how to use the API of the "power" function. Through the SDK, I found that this function can be directly use on certain functions. However, unlike the iap API, there is no provided entry point or instructions on how to use it.
Hi @jcxz
Yes, you are correct.
You can refer to other SDKs that contain more detailed description for the POWER APIs.
BR
Alice
For my LPC54S018, I downloaded the SDK from the NXP website. It includes functions of PowerAPI, ClockAPI, and so on.
For example: POWER_SetVoltageForFreq(...), etc.
It also describes the entry points and prototypes for calling the API functions.
I think it's similar for the LPC54113.