User Activity

I am currently using the STM32-G070RB.The current problem is that ADC_DMA sometimes works and sometimes doesn't, depending on the Clock Prescaler setting and the SamplingTime setting.I would like to know why ADC_DMA is affected by the Clock Prescaler...
​ HAL_I2C_Master_Transmit_IT(&hi2c1,e,&c,1); HAL_I2C_Slave_Receive(&hi2c2,&d, 1, 1000);​​In the above case, it was confirmed that I2C communication works well.​ HAL_I2C_Master_Transmit(&hi2c1,e,&c,1,1000); HAL_I2C_Slave_Receive(&hi2c2,&d, 1, 1000);​H...
https://sips2017.sciencesconf.org/data/STM32CubeIntro_demo.pdf 50page show backup files.it explains that backup folder exists in Src folder in Project folder.but i check backup previous generated files when re-generating.but i can't find backup folde...
i use STM32CubeProgrammer.but i know that STM32CubePorgrammer don't support STM32G070RB(NUCLEO-G070RB).​STM32CubeProgrammer's Manual explains "STM32CubeProgrammer supports STM32 32-bit MCUs based on Arm®(a) Cortex®-M processors and STM32 32-bit MPUs ...
i use STM32CubeProgrammer.​but i know that STM32CubePorgrammer don't support STM32G070RB.​where can i see information about whether STM32CubeProgrammer supports MCU series.​