![]() |
xilplmi
Vitis Drivers API Documentation
|
This file illustrates the configuration of secure communication between SLRs This command contains the SLR number and address of buffer which contains the IVs and key.
To build this application, xilmailbox library must be included in BSP
This example is supported for Versal devices.
Load the Pdi. Select the target. Download the example elf into the target.
The default linker settings places a software stack, heap and data in DDR memory. For this example to work, any data shared between client running on A72/R5/PL and server running on PMC, should be placed in area which is accessible to both client and server.
Following is the procedure to compile the example on OCM or any memory region which can be accessed by server
OR
To keep things simple, by default the cache is disabled for this example
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 pre 07/10/24 Initial release pre 09/30/24 Added comment which says only 12bytes of IV are being used
Macros | |
| #define | EXAMPLE_SEEDLIFE (3U) |
| Seed life value. More... | |
Functions | |
| int | main (void) |
| Main function to call the ExtractMetaheader example function. More... | |