User Activity

Hi,I'm working with a STM32L475RC. The RTC is sourced by LSE and the CSS on LSE is activated.On every power on the LSECSSD bit in the backup domain control register is set. This means that the CSS has detected an error on the LSE. Now I'am wondering ...
Hi,in my Project I need a millisecond timer. Therefore I try to use TIM3. Now I have the following problem.For example, when the MCU runs in Run-Mode at 80 MHz TIM3 fires every 1 ms according to its configuration. But when the MCU runs in low power m...
Hi,I'm working on a project with a STM32L475RC and I'm facing problems with the SMBUS.The STM32L475RC is used as a SMBUS/PMBUS Client. As smbus/pmbus stack I use the X-CUBE-SMBUS Expansion Package (AN4502).Now I'm facing problems with block transfers...
Hi,I'm working on a project with a STM32L475RC.Depending on the operating status the STM32 is switched between different run modes like run mode, low power run mode and shutdown mode. When switching from run mode to low power run mode the clocks are ...
Hello,I'm using the STM32L475RC as a SMBUS/PMBUS Client and generated the Code with CubeMX.As smbus/pmbus stack I use the X-CUBE-SMBUS Expansion Package (AN4502).I've read and studied the examples that come with the package and tried to configure the...