LPC824 Startup time issue

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

LPC824 Startup time issue

524 Views
avinashpuli
Contributor I

Hi , I am using LPC824, In User Manual (UM10800) it is mentioned the startup time from VDD to "user code " is 256us but i am getting around 600us ,In my code i initialized SystemCoreClockUpdate();,Chip_GPIO_Init(LPC_GPIO_PORT); and made gpio output low . can someone help me on this issue to achieve 256us as per datasheet .Thank you

0 Kudos
2 Replies

385 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Avinash Puli,

   Agree with Marc, it is not the problem, just caused by your measure method.

pastedImage_1.png

    SystemCoreClockUpdate();,Chip_GPIO_Init(LPC_GPIO_PORT); already your own user code, it is not include in the startup time.

   Your own user code also caused a lot of time.

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

385 Views
marcprager
Contributor III

A fair measurement in my opinion would be performing a GPIO without changing clocks.

The initialization you do is already 'your' user code ;-)

0 Kudos