Hello,
In hab.h, you will have to change HAB_RVT_BASE to 0x54 and also set :
HAB_RVT_ENTRY = HAB_RVT_BASE + 0x4
HAB_RVT_EXIT = HAB_RVT_BASE + 0x8
HAB_RVT_AUTHENTICATE_IMAGE = HAB_RVT_BASE + 0x10
HAB_RVT_REPORT_EVENT = HAB_RVT_BASE + 0x20
HAB_RVT_REPORT_STATUS = HAB_RVT_BASE + 0x24
You will also need to enable SNVS clock before any call to HAB API.
Julien