XilSKey_ZynqMp_Bbram_Program - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

This function implements the BBRAM programming and verifying the key written. Program and verification of AES will work only together. CRC of the provided key will be calculated internally and verified after programming.

Prototype

u32 XilSKey_ZynqMp_Bbram_Program(const u32 *AesKey);

Parameters

The following table lists the XilSKey_ZynqMp_Bbram_Program function arguments.

Table 1. XilSKey_ZynqMp_Bbram_Program Arguments
Type Name Description
const u32 * AesKey Pointer to the key which has to be programmed.

Returns

  • Error code from XskZynqMp_Ps_Bbram_ErrorCodes enum if it fails
  • XST_SUCCESS if programming is done.