User Activity

Hey guys,I am trying to communicate with S25FL064L Cypress Flash and almost for one week I cant reach the redec ID , I checked the hardware, and communication with digital analyzer just with S25FL064L no any hardware.Tried the HAL library , checked ...
Hi I am trying to get ADC injected data in 3 channel at the same period.Oversampling ratio = 8xthree bit shiftevery channel 12.5 cyleADC resolution 12 bitAnd one regular channel activate in 3 second period VrefInt170 Mhz ADC clockFadc_ker_ck = 170 Mh...
static void MX_RTC_Init(void)   {       /* USER CODE BEGIN RTC_Init 0 */       /* USER CODE END RTC_Init 0 */       LL_RTC_InitTypeDef RTC_InitStruct = {0};   LL_RTC_TimeTypeDef RTC_TimeStruct = {0};   LL_RTC_DateTypeDef RTC_DateStruct = {0};   ...
Hello I am using STM32G4 and I need to get number of samples per PWM trigger.Normally it can reach in the interrupt for end of the sequence of conversion and get rank values for one time for every trigger but I would like it that for every trigger g...
Hi guys,I am working on Motor Control and I need to set up Combined PWM and ADC trigger syncronize together.Last situation is PWMs working and ADC is trigered so when the ADC is triggered ,interrupt event is running in HAL_ADCEx_InjectedConvCpltCallb...