|
check_response(unpack("<I",status)[0], mask=0x24040, expected=0, message="FAIL status") |
Looking at Table 3.2 in the Lattice ECP5 Usage Guide. This is testing that a OTP and few internal use only flags are cleared. Why? Was there some other intention?


esp32ecp5/ecp5.py
Line 295 in 4ca1b8b
Looking at Table 3.2 in the Lattice ECP5 Usage Guide. This is testing that a OTP and few internal use only flags are cleared. Why? Was there some other intention?