LPC54113 Power API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC54113 Power API

Jump to solution
305 Views
1123HENRY
Contributor I

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.

1123HENRY_0-1784703504100.png1123HENRY_0-1784703504100.png1123HENRY_1-1784703542044.png1123HENRY_1-1784703542044.png

LPC541XX 

 

0 Kudos
Reply
1 Solution
274 Views
jcxz
Contributor II

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.

View solution in original post

0 Kudos
Reply
3 Replies
275 Views
jcxz
Contributor II

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.

0 Kudos
Reply
244 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi @jcxz 

Yes, you are correct.

You can refer to other SDKs that contain more detailed description for the POWER APIs.

 

BR

Alice

0 Kudos
Reply
249 Views
1123HENRY
Contributor I
By downloading the SDKs of other chips in the 54 series, I was able to find POWER_Type and POWER_BASE.Thank you.
0 Kudos
Reply