7 years, 11 months ago.

Wiznet IAP

Hi everyone!

I am working with the W7500P chip from wiznet and I haven't find any IAP library that works for this chip. Has anyone faced the same issue? Do you have suggestions about where I can find good materials?

Just to make sure I am in the right direction: I am trying to create a program that allows me to update binaries, is IAP what I am looking for? Is there a better solution?

Thanks!

1 Answer

6 years, 4 months ago.

The (non-Mbed) example for FlashIAP for W7500P is here: https://github.com/Wiznet/W7500P/tree/master/W7500P_FW/Projects/Peripheral_Examples/Flash/IAP_Example

I think this'll run as-is on your board - also with Mbed OS. For future reference it'd be better to make it compatible with the Mbed FlashIAP API, if you do so, a PR would be nice.