Working on a project using STM32G071CBT6. Using STM32CubeExpansion_Crypto_V4.0.1 Projects NUCLEO-G071RB Applications RSA PKCS1v1.5_SignVerify RoutinesTrying to sign a 138 byte msg.cmox_rsa_pkcs1v15_verify() returns CMOX_RSA_AUTH_FAILAny suggestions?
We are facing the same problem. CPU STM8G030T6, clock is 64 MHz, ADC clk is 16 MHz. We are scanning 9 ADC channels with LL_ADC_SAMPLINGTIME_3CYCLES_5. We are starting conversion using LL_ADC_REG_StartConversion(ADC1) every 31.25 usec. Conversion tim...
I got the solution. TS_CAL1 (1040) is for V_dd = 3.0V. My V_dd is 3.3V. So correct TS_CAL1 is 3 * 1040 / 3.3 = 945. Using this I get the right temperature. Thanks