2016-09-06 11:06 AM
Hallo,
I use the Mikroe compiler and don't get the SDADC for work :(Is there a step by step manual, which values I have to use in which order?!Maybe1. enable SDADC2. Initlialice3. calibrateor maybe1.Init2. enable?!My Problem is, afterwhile (REOCF_bit == 0);nothign happens....it seems that the SADC isn't running :(2016-09-22 09:25 AM
Hi,
You'll probably want to review as many SDADC examples as you can find under STM32CubeF3 firmware: STM32Cube_FW_F3_V1.6.0\Projects\STM32373C_EVAL\Examples\SDADCYou can get inspired from provided examples which can help you to develop and configure you application.For more details about SDADC, refer to the chapter ''13. Sigma-delta-analog converter (SDADC)'' in the reference manual of STM32F37xxx.Regards