2015-03-23 10:03 AM
Good Day,
Could anyone please help?i am Currently developing using a STM32F373 MCU and Struggling to get the SDADC Working According to the Reference manualI am using the MikroC Compiler and there are no SDADC Libraries Available for this compiler Could anyone please help with Manual Code samples?Thank you kindlyBest Regards Jody #stm32f373-sdadc #stm32f373-sdadc2015-03-23 10:56 AM
Not sure what manual means in this context, register level?
Three examples in thehttp://www.st.com/st-web-ui/active/en/catalog/tools/PF258151
, red download button, bottom of page. STM32F37x_DSP_StdPeriph_Lib_V1.0.0\Project\STM32F37x_StdPeriph_Examples\SDADC\SDADC_PressureMeasurement\main.c2015-03-24 04:59 AM
Hi Clive1
Thank you for your efforts i already havethose examples unfortunately they don't help a) they in C++ b) they are library Based examples and my compiler (MikroC) Does not support themwhat i am looking for is a manual Example eg.SDADC_CR1.ADON = 1 // turn on ADCwhile (SDADC_ISR.3 = 0)wend Could you please advise?Thank you kindly Best RegardsJody