LCP1519 can not  go ISP ( use API -Chip_IAP_ReinvokeISP())

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

LCP1519 can not  go ISP ( use API -Chip_IAP_ReinvokeISP())

Jump to solution
934 Views
yansinli
Contributor III

 

 

QIZ1 : LCP1519 can not  go ISP ( use API -Chip_IAP_ReinvokeISP())

 

        Chip_IAP_ReinvokeISP (BOOT_CAN);  // In LPC1519 can not go ISP ,but LPC 1517 is OK

 

QIZ2 :  Different CPU frequency need other setting? (1517 run 64M Hz / 1519 run 72M Hz)

---------------------------------------------------------------------------------

 

Note : Check if go to ISP  by  read device ID .  in LPC1517 is OK(see picture yellow). InLPC1519 is not ok.

 1.JPG

 

 

 

 

 

 

 

 

Labels (2)
1 Solution
694 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Yansin,

    Thank you for your updated information, and that's very good to hear it works on your side.

    If your problem is solved, please help to mark the correct answer, just to close this question, thank you!


Have a great day,
Kerry

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

View solution in original post

3 Replies
694 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi yansi lee,

   1. LCP1519 can not  go ISP ( use API -Chip_IAP_ReinvokeISP())

         When calling the reinvoke API, do you disable irq? If yes, please call go to ISP IAP code before calling __disable_irq().

        Please try it again.

    2. Different CPU frequency need other setting? (1517 run 64M Hz / 1519 run 72M Hz)

      The LPC15xx operate at CPU frequencies of up to 72 MHz. So 72Mhz works OK, you don't need other settings.


Have a great day,
Kerry

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

694 Views
yansinli
Contributor III

Thank you~~~ I disable IRQ , 1519  can go to ISP.  

0 Kudos
695 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Yansin,

    Thank you for your updated information, and that's very good to hear it works on your side.

    If your problem is solved, please help to mark the correct answer, just to close this question, thank you!


Have a great day,
Kerry

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