Hi TI,
Can you please explain the following definitions below:
// 74-byte Implicit Certificate (for binary 283 Key Establishment) #define HAL_FLASH_IMPLICIT_CERT_283_ADDR ( 0x0027FED4 ) #define HAL_FLASH_IMPLICIT_CERT_283_SIZE ( 74 + 2 ) // 2-bytes of pad // 37-byte CA Public Key (for binary 283 Key Establishment) #define HAL_FLASH_CA_PUBLIC_KEY_283_ADDR ( 0x0027FF20 ) #define HAL_FLASH_CA_PUBLIC_KEY_283_SIZE ( 37 + 3 ) // 3-bytes of pad // 36-byte Device Private Key (for binary 283 Key Establishment) #define HAL_FLASH_DEV_PRIVATE_KEY_283_ADDR ( 0x0027FF48 ) #define HAL_FLASH_DEV_PRIVATE_KEY_283_SIZE ( 36 )
This came from hal_board_cfg.h of z-stack HA for CC2538.