User Activity

point 1) "DAC_InitStruct.WaveAutoGenerationConfig = __LL_DAC_FORMAT_SAWTOOTHWAVECONFIGPOLARITYRESET_DATASTEP_DATA;" should be "  DAC_InitStruct.WaveAutoGenerationConfig = __LL_DAC_FORMAT_SAWTOOTHWAVECONFIG(LL_DAC_SAWTOOTH_POLARITY_DECREMENT, 2000, 10...
using stm32cubemx 6.0 to make a project for STM32F103RC TIM init.the configuration as follow pictures.the code be generated as a wrong as follow.stm32cubemx version 6.0STM32Cube_FW_F1_V1.8.0
Posted on March 20, 2018 at 08:47when use the stm32f103xx MCU  RTC module with HAL lib, the rtc init code generated with ll lib function.the steps to replay the issue.1) select MCU as stm32f103rct6;2)check 'Generate peripheral initialization as a pa...
Posted on January 24, 2018 at 01:26STM32CubeMX upgrade to 4.24.0 version, STM32F1 series RTC module will be garbled. Unable to compile.the details as attached file.