I am working on a project using the sensortile. When the MCU is not in use, it enters a standby mode. I measured a current of 4.5 mA in standby mode. What could be the cause of such a high consumption in standby mode?
Hello,I am using the Sensortile, it's a development kit based on STM32L476. I am running a simple code to test the stand by mode :int main( void ){ uint32_t msTick, msTickPrev = 0; /* STM32L4xx HAL library initialization: - Configure the Flash prefet...