User Activity

I faced strange behavior on STM32L431CC. I was trying to sequentially add data to archive and at some point the CPU failed to program 8 bytes at address 0x8032018 (8 byte aligned) and at address 0x8034100. I read data from the memory and it is clear ...
I found that when after calling HAL_TIM_PWM_DeInit() the power consumption of the device is higher than it was before HAL_TIM_PWM_Init() called. The few investigations lead me to the fact that I need to reset ARR register to default value to reduce t...
Hello!The what I want is to configure the ADC 16-bit synchronous sampling from 2 ADCs and 6 Sigma-Delta using DFSDM at 1kHz period on M4 core to circular buffer. I'm not sure how to do it right, but I'm suppose that I need to enable say TIM1 at 1kHz ...