User Activity

Hi,We would like to use the STM32CubeProgrammer API to connect to multiple targets in parallel and program OTP, flash, option bytes etc. Each ST-Link is handled by a separate process.The problem is, that after connecting in direct (non-shared) mode t...
Hi,I would like to report 2 bugs.I created a blank new project for STM32G030F6P6. When I try to enable USART1, it says "Unknown conflict". See the attached screenshot.For STM32L452RET6, when I set LSE drive level other than the default with LL driver...
Hi,I noticed that if I enable an alarm for the RTC using CubeMX 6.1.0 with date/weekday mask enabled, it results in this line being generated:RTC_AlarmStruct.AlarmMask = RTC_ALARMMASK_DATEWEEKDAYHowever, that flag is undefined. In my case, it should ...