I'm using the initialization script for the LS1043ARDB (LS1043A_RDB._init.py) with the following changes to support Hardcoding the RCW since my board has a Blank NOR Flash which will be my boot device when I can program it
USE_SAFE_RCW = True
BOOT_CHIP_SELECT = 2
The error is generated from Init_BRR when the line " DCSR_BE_M(0x16002C, 0x0000000E)" is executed