I’m currently debugging an H563 NMI issue. When I executememcpy((uint8_t*)record, (uint8_t*)latest_record_addr, 128), the program jumps to the NMI_Handler().I have already confirmed using the debugger that record = 0x20002608 and latest_record_addr =...