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.

TM4C1294NCPDT: Migrating deprecated function SysCtlADCSpeedSet to the new ADCClockConfigSet in Tivaware C series library

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: TM4C129XNCZAD,

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