User Activity

Posted on March 31, 2017 at 08:04I want to convert 4 analog input in the same time, I chose the stm32f3 303vdt because it contains 4 ADCs. The problems is that I don't know how to get them working together. I have read that only two of them can work...
Posted on March 30, 2017 at 10:37i have been stm32F303VDT chipi use DAM with ADC3 ,4 with Trigger tim2 channel 3Perfectly donebut I used timer2 so I must change trigger timer 3 .so  i  changed timer 3 channel 4 but It is not executed.The procedure i...
Posted on March 17, 2017 at 07:39I used TIM1_channel 1  and channel 3 .TIM3 use ADC triigger.so I want to update TIM1 duty cylce.I wrote code below.HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_1); __HAL_TIM_SET_COMPARE(&htim1,TIM_CHANNEL_1,detact_pulse);HAL...
Posted on March 16, 2017 at 02:05I have used stm32f303vdt with cubemxbut i updated cubemx ver.4.19i want to use ADC with trigger mode ADC1 have trigger mode  but ADC2 don/'t have triggermodehow can i solve it?(before i used ADC1,2 trigger mode but W...
Posted on February 28, 2017 at 09:27i am developing using the true studio and Cube MX ver.4.19.0I made source using cubeMxbut  I have head file that I don't want.For example main.h how can i solve it?