Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

Adc not working

$
0
0

I am using RDK iDM . My program require both LWIP and adc functioning .

---------------------------------When I set following clock rate then only ethernet work Reading of adc are wrong .

// Set the clocking to run from the PLL.

//
SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN |
SYSCTL_XTAL_8MHZ);

-----------------------------while for following only ADC works 

// Set the clocking to run from the PLL.

//
SysCtlClockSet(SYSCTL_SYSDIV_10 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN |
SYSCTL_XTAL_8MHZ);

How can I configure clock so both work properly.


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>