xilskey
Vitis Drivers API Documentation
Zynq UltraScale+ MPSoC error codes

Enumerations

enum  XskZynqMp_Ps_Bbram_ErrorCodes {
  XSK_ZYNQMP_BBRAMPS_ERROR_NONE = 0U, XSK_ZYNQMP_BBRAMPS_ERROR_IN_PRGRMG_ENABLE = 0x010U, XSK_ZYNQMP_BBRAMPS_ERROR_IN_ZEROISE = 0x20U, XSK_ZYNQMP_BBRAMPS_ERROR_IN_CRC_CHECK = 0xB000U,
  XSK_ZYNQMP_BBRAMPS_ERROR_IN_PRGRMG = 0xC000U, XSK_ZYNQMP_BBRAMPS_ERROR_IN_WRITE_CRC = 0xE800U
}
 

Enumeration Type Documentation

Enumerator
XSK_ZYNQMP_BBRAMPS_ERROR_NONE 

0
No error.

XSK_ZYNQMP_BBRAMPS_ERROR_IN_PRGRMG_ENABLE 

0x010
If this error is occurred programming is not possible.

XSK_ZYNQMP_BBRAMPS_ERROR_IN_ZEROISE 

0x20
zeroize bbram is failed.

XSK_ZYNQMP_BBRAMPS_ERROR_IN_CRC_CHECK 

0xB000
If this error is occurred programming is done but CRC check is failed.

XSK_ZYNQMP_BBRAMPS_ERROR_IN_PRGRMG 

0xC000
programming of key is failed.

XSK_ZYNQMP_BBRAMPS_ERROR_IN_WRITE_CRC 

0xE800
error write CRC value.