Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 20

PIC16F676 multiple ADC reading

$
0
0
Please let me know that the code I written for PIC16F676 4Mhz internal oscillator in mikroC pro for PIC but it gives enough RAM error but it has 8-channel 10-bit ADC, how to resolve this error please let me know but same program is successfully compile in PIC16F72 and PIC16F688.
Code:
// LCD module connections
sbit LCD_RS at RC4_bit;
sbit LCD_EN at RC5_bit;
sbit LCD_D4 at RC0_bit;
sbit LCD_D5 at RC1_bit;
sbit LCD_D6 at RC2_bit;
sbit LCD_D7 at RC3_bit;
sbit LCD_RS_Direction at TRISC4_bit...

Read more

Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles





Latest Images