PreviousNext
Migration Notes to DPA 3.03
Help > Custom DPA Handler > Migration Notes to DPA 3.03

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 production.