User Activity

Hi!I am using STM32F373RCT6 in custom board. I have used internal SAR ADC channel numbers 0, 2 & 14 at ADC clock frequency 14MHz and configured regular channels for conversion sample time 1.5 samples for power monitoring. I need an accuracy of 1mv. ...
I am using STM32F373RCT6 on customm board. By default systick timer is configured for 1ms but I want to configure for 1micro second. Is it possible? HCLK is 28Mhz and SYS clock is 28MHz.
Hi!,I am trying to generate pulse with PWM output with 2 micro second period and 50% duty cycle on STM32F373RCT6 on custom board. I have used Timer5.APB1 frequency is 70MHz.Prescalar value is 69 to generate counter clock frequency of 1MHz.ARR value i...
Hi!I am using STM32F373RCT6 on custom board. I am working from scratch on SDADC.I have configured SDADC1 Channel 6 to read the voltage in polling method but it is not working. I am sending .c files for your reference to check configuration. After ca...
Hi!I am using STM32F373RCT6 controller on custom board. In that board we have used USB to serial convertere chip FT2232HL-REEL and it is connected to USART1 (PA9 and PA10). STM32F373RCT6 system clock frequency is 70MHz.Can I use USB to serial option...