How get lowest sleep current in STM32F30.
Hi All,I am using STM32F301k8 for my remote project. I am using HSI clock source, I am enable one i/o interrupt and using UART1. for sleep i am using STOP mode by following functions.HAL_UART_DeInit(&huart1); __HAL_RCC_USART1_CLK_DISABLE();HAL_Susp...