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