[VERSION]: 6.3.1[TOOL]: Firmware[DETAILS]:The implementation of MCM_Modulus defined in mc_math.h calls the CORDIC peripheral like this: LL_CORDIC_WriteData(CORDIC, (((uint32_t)beta << 16U) | (uint32_t)alpha)); This works fine as long as alpha is posi...