User Activity

Posted on October 13, 2016 at 14:38A quick scan of my STM32Cube_FW_L0_V1.7.0 directory shows:Search ''HSI48ON'' (2894 hits in 1042 files)  C:\Users\PD\STM32Cube\Repository\STM32Cube_FW_L0_V1.7.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l052xx....
Posted on October 07, 2016 at 02:39As a noob, I need to know whether there is a 96MHz mode as the documentation sugests====================================C:\Users\PD\STM32Cube\Repository\STM32Cube_FW_L0_V1.7.0\Drivers\STM32L0xx_HAL_Driver\Src\stm32...
Posted on September 22, 2016 at 16:02This HAL code seems to run 12x slower then expected./**  * @brief  Delay micro seconds   * @param  microSecond : delay  * @retval None  */static void ADC_DelayMicroSecond(uint32_t microSecond){  /* Compute number...