User Activity

Hello,Now I mean to generate periodic wake-up by HAL_RTCEx_SetWakeUpTimer().But I'm not sure about arguments WakeUpCounter and WakeUpClock.For realize 50msec wake-up what value should be set to  WakeUpCounter and which RTCCLK_DIV should be selected.T...
Hello,Now I'm trying to watch battery charge status using the charge IC BQ21061.I got the each registers' value via I2C by STM32LO MCU.I felt strange that Charge CV state and PGOOD state was set in the STAT0 register but Charge CV flag in the FLAG0 r...
Hello, Now I'm testing a systick work on STM32L0538-DISCO. The aim in my project is to make 100Hz, 10Hz, 6Hz, 5Hz, 2Hz and 1Hz systick functions. In the project, 100Hz, 10Hz, 6Hz and 5Hz systick functions worked, but 2Hz and 1Hz systick functions did...
Hello,Now I'm developing on STM32L052T8Y6TR and thinking to occur every 20msec WakeUp from systick interrupt.More concretely, after Entering Stop Mode (by HAL_PWR_EnterSTOPMode), I want to start wake-up at arbitrary time. in the SysTick_Callback.I kn...
Hello,I tried to get temperature data from LM75 via I2C on STM32L0538-Discovery.But in following test program, HAL_I2C_Master_Transmit() and HAL_I2C_Master_Receive() returned HAL_BUSY.What's wrong with it?And I couldn't check from the schematic diagr...
Kudos given to