This is an old revision of the document!


SDK API

The followings are a set of APIs that initialize device management information and that are used for dynamic memory control and PIN code generation.

BS2EncryptKey

enum
{
    BS2_ENC_KEY_SIZE = 32,
};
 
typedef struct
{
    uint8_t key[BS2_ENC_KEY_SIZE];
    uint8_t reserved[32];
} BS2EncryptKey;

1. key
The key value used by the device.

2. reserved
Reserved space.