Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - GarryK

#1
I have a design that was developed using the LPC932.
From the firmware, an iap_write call is used to disable the watchdog timer and enable the ISP mode.

The part has now changed to the LPC932A1 and the iap_write command no longer works... ouch.
It looks like I will need to add an extra setting to get the iap_write command working with the newer part and
I will end up with a mix of boards in the field....

Is there a way from the firmware running on the part that I can detect which part the firmware is running on?
(LPC932 vs LPC932A1)

Thanks