User Activity

HII use the STM32U585 with HALThis is my setting for time :_sTime.Minutes =_minute;_sTime.Seconds =_seconde;_sTime.TimeFormat =RTC_HOURFORMAT_24;_sTime.DayLightSaving = RTC_DAYLIGHTSAVING_NONE; if (HAL_RTC_SetTime(&hrtc, &_sTime, RTC_FORMAT_BIN) != H...
HII use Cube MX with STM32U585RIT6. When I use ADC4 In3 In4 In9 In22 and In23, the  channel In9 is not properly initialised. I must add this manually :/* USER CODE BEGIN ADC4_Init 2 *//** Configure Regular Channel*/sConfig.Channel = ADC_CHANNEL_9;if ...
USB Device and FATFS not present in CubeMX. How can I add this in CubeMX (or in KEIL compiler )?Do you have a working sample for this processor ?