We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set the Low Speed Clock Source to LSI 32.768KHZ but it's not working. The power consumption still at 0.5ma.
I try to set it in HAL mode also but still not working
RCC_OscInitTypeDef OSCINIT; RCC_PeriphCLKInitTypeDef LPTIM_RCC; /* LSI时钟配置 */ OSCINIT.LSEState=RCC_LSE_OFF; OSCINIT.HSIState=RCC_HSI_OFF; OSCINIT.OscillatorType = RCC_OSCILLATORTYPE_LSI; /* 选择配置LSI */ OSCINIT.LSIState = RCC_LSI_ON; /* LSI开启 */
Arduino->Tools->Low Speed Clock Source->LSI 32.768
It is supposed to be less than 0.1ma
No log
Mac OS
1.0.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述一下这个bug / Describe the bug
I set the Low Speed Clock Source to LSI 32.768KHZ but it's not working. The power consumption still at 0.5ma.
I try to set it in HAL mode also but still not working
复现步骤 / To Reproduce
Arduino->Tools->Low Speed Clock Source->LSI 32.768
如果正常,应该是什么样 / Expected behavior
It is supposed to be less than 0.1ma
截图 / Screenshots
Arduino->Tools->Low Speed Clock Source->LSI 32.768
日志 / Logs
No log
系统 / System
Mac OS
PACK包版本 / Version
1.0.11
验证
The text was updated successfully, but these errors were encountered: