Please find below important topics when migrating Custom DPA Handler to DPA 3.03+ from DPA 3.02.
• Custom DPA Handler implementing FRC functionality must be recompiled, because IQRF OS variables for returning FRC values (responseFRCvalue*) changed their addresses and they currently overlap at the same address.
• If the Custom DPA Handler implements a custom bonding at the Reset event, then please review the handler code according to the Bonding example to correctly support all required types of bonding.
• Do necessary changes according to DPA Release Notes.
• Test your Custom DPA Handler with this DPA release before a production.