This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi everyone,
I'm migrating a software from the microcontroller TM4C129XNCZAD to the TM4C1294NCPDT one.
I found I need also to change the tivaware dependencies, from version 2.0.1.11577 to version 2.2.0.295
The software uses a function called SysCtlADCSpeedSet() and i see from the release log of the tivaware libraries that this function it was depracated and replaced with the function ADCClockConfigSet
The previous call to the function was SysCtlADCSpeedSet(SYSCTL_ADCSPEED_125KSPS)
How I should setup this new function to get the same behaviour of the old one?
Thanks you in advance for any help,
Best regards,
Stefano
Hi,
Please refer to the Driverlib User's Guide. You can use ADC_CLOCK_RATE_EIGHTH flag to get 125ksps. https://www.ti.com/lit/ug/spmu298e/spmu298e.pdf