Posted on February 27, 2015 at 17:48Dear all,In Cube version of STM32F4, there is a strange code.In PolarSSL/SSL_Client/Src/main.c => RandVal()Is there a reason to use ''&&'' instead of ''&'' in the following line:*(output + offset) = HAL_RNG_GetRan...