User Activity

HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1000); readValue1 = HAL_ADC_GetValue(&hadc1); HAL_ADC_Stop(&hadc1); HAL_Delay(100);   HAL_ADC_Start(&hadc2); HAL_ADC_PollForConversion(&hadc2,1000); readValue2 = HAL_ADC_GetValue(&hadc2); HAL_...
Hi Community.I am Running a code which takes two adc values to generate duty  and one timer for PWM generation. Elaborately i am running an MPPT code by taking voltage and current from PV panel which is read by PA0 and PA1 of STM32F446re micro contro...
I Have coded my STM32F446RE for 10KHz PWM using TIM1 In STM32cubeide. i am getting pulse but the pk-pk voltage is not 3.3v it is around 150mv.need help. Code :  /* Initialize all configured peripherals */MX_GPIO_Init();MX_DMA_Init();MX_TIM1_Init();/*...
Hi    I am here to seek help from the community.I am a Research Student I just want to know how to send  ADC values from one  STM32F446RE to other  STM32F446RE (i have two). and I am using MCP2515 Transceivers at both ends. need help in this    thank...
Kudos given to