Page 1 of 1

Compilation errors with HAL_CRYP_MODULE_ENABLED

Posted: Thu Mar 06, 2025 11:54 am
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 */

Re: Compilation errors with HAL_CRYP_MODULE_ENABLED

Posted: Thu Mar 06, 2025 1:59 pm
by fpiSTM