As the title says, I'm getting a hardfault on a call to pm_init() in a BLE peripheral HRS trial application. This is on a micro:bit v2 board, which has an nRF52833 Cortex-M4 MCU.
<info> app_timer: RTC: initialized.
<error> hardfault: HARD FAULT at 0x00000000
<error> hardfault: R0: 0x000000E8 R1: 0x00000000 R2: 0xCAFEBABE R3: 0xCAFEBABE
<error> hardfault: R12: 0x00000000 LR: 0xFFFFFFF9 PSR: 0x200F003A
<error> hardfault: Cause: The processor has attempted to execute an instruction that makes illegal use of the EPSR.
Anyone have any clues as to what the 'CAFEBABE' hex codes indicate?