Skip to main content
sven
Associate II
September 6, 2016
Question

16bit SDADC SIGMA DELTA STM32F373 doesn't work

  • September 6, 2016
  • 1 reply
  • 573 views
Posted on September 06, 2016 at 20:06

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?!

Maybe

1. enable SDADC

2. Initlialice

3. calibrate

or maybe

1.Init

2. enable?!

My Problem is, after

while (REOCF_bit == 0);

nothign happens....it seems that the SADC isn't running :(

    This topic has been closed for replies.

    1 reply

    slimen
    Visitor II
    September 22, 2016
    Posted on September 22, 2016 at 18:25

    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\SDADC

    You 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

    http://www.st.com/content/ccc/resource/technical/document/reference_manual/fa/06/c7/15/3b/2a/4c/f1/DM00041563.pdf/files/DM00041563.pdf/jcr:content/translations/en.DM00041563.pdf

    reference manual of STM32F37xxx.

    Regards