2016-03-25 11:54 PM
Good afternoon,
I have problem in use ADC in differential mode. In differential ended mode ADC do not work on my device and Nucleo-F334R8 also. I use Ac6 System Workbench, CubeMX and ST-Link V2 for develop. I do not understand what not correct in my code. Everything else works correctly. Help me please, who know. My ADC initialization code placed in attachments.Thanks in advance. #adc #adc2016-03-30 09:47 AM
Hi Viacheslav,
I suggest you to review the example STM32Cube_FW_F3_V1.4.0\Projects\STM32303C_EVAL\Examples\ADC\ADC_DifferentialMode.You may compare this implementation to your own example to know what updates you have to do exactly.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-04-01 09:51 PM
Thanks Mayla,
This problem has been solved by itself. After recompile all project, including HAL, all modes of ADC is working correctly. But instability of System Workbench with other free tools was been detected by me and other cases.