User Activity

Hi, Good Morning            I want to control the motor through an analog input (PA4) (ADC2_IN17). However, I am unable to read the ADC value. The generated code lacks the initial configuration for ADC2 channel 17 in the MX_ADC2_Init() function.Pleas...
Hi, I am using the STM32H573I-DK eval board. I can able to write and read the data in flash memory (sector 127). But after resetting or power cycle it does not retain the data. that sector fills with 0xFFFFFFFF only.  how do fix this issue? Here is m...
Hi,We have encountered another problem. When the potentiometer voltage level is increased, the motor speed increases smoothly. However, when the potentiometer voltage level is decreased, the motor suddenly stops and displays an overvoltage error.How ...
Hi,How to use an inbuilt potentiometer? what are the steps (APIs) need to use?I have used the below-linked code. But it didn't work.code i used Thanks Mathan
Hi,I want to rearrange the generated files of peripherals and protocols(like usart.c, tim.c, adc.c) from the core folder to the driver's folder and rename the core folder to the Application. Is it possible in stm32cubeIDE?ThanksMathan