Compilation errors with HAL_CRYP_MODULE_ENABLED

Post here all questions related to STM32 core if you can't find a relevant section!
Post Reply
mick63
Posts: 5
Joined: Mon Oct 02, 2023 2:54 am
Answers: 1

Compilation errors with HAL_CRYP_MODULE_ENABLED

Post by mick63 »

Seems B0 is defined in both binary.h (line 23) and stm32wlxx_hal_cryp.h (line 67).

Code: Select all

#define B0 0

Code: Select all

uint32_t *B0;  /*!< B0 is first authentication block used only  in AES CCM mode */
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: Compilation errors with HAL_CRYP_MODULE_ENABLED

Post by fpiSTM »

Post Reply

Return to “General discussion”