User Activity

Hi,We want to use the S2-LP with embedded SMPS enabled. The recommended inductor value is 10uH.We need to lower the inductor value. I have read  that it would be possible to reduce the inductor value to 2.2uF in  the AN5246How to use SMPS to improve ...
Hi, S2LPRadioGetSymClkRecoverInfo code should be like this (Fast Gain are located in tmpBuffer[1] and nottmpBuffer[ 0])./*** @brief Return the clock recovery configuration* @param xSSymClkRecInit pointer to the clock recovery struct to be filled with...
Hi,In static HAL_StatusTypeDef CRYP_TDES_Process(CRYP_HandleTypeDef *hcryp, uint32_t Timeout){ uint32_t temp; /* Temporary CrypOutBuff */ uint16_t incount; /* Temporary CrypInCount Value */  uint16_t outcount; /* Temporary CrypOutCount Value */ /* En...
I migrated CubeMX 4.25 to 4.26.1 and after migrating my project I cannot access the project anymore. I have the sandbox running I can access the generation code (did not try to generate new code).I have attached the .ioc file.
Posted on June 09, 2017 at 09:26I am using cube 4.21 with a STM32F205 CPU.I configured the clock to run at 120 Mhz (25Mhz crystal M=20, N 192, P 2) in the file system_stm32f2xx.c generated by cube, I have the following:uint32_t SystemCoreClock = 160...