We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2016/06/23 08:23:05 AM CEST
Sir,
Pl help me how to program Watchdog Timer for Atmega 32 in mikro C pro for AVR.
Thanks advance
posted on 2016/06/05 02:15:45 PM CEST
i got confussed every time i change controller, earlier my interrupts were working on 16F, but in 18F, i set the GIE,INT0IE,PEIE bits, but not working.
can somebody make a TOOL of every mcu, example timer calculator
posted on 2016/05/27 06:58:55 PM CEST
i am trying to interface an LCD with a PIC16f887 microcontroller but my lcd is on but not displaying anything. i have crosschecked all my connections several times the code is as shown below.
// LCD module connections
sbit LCD_RS at RB4_bit;
sbit LCD_EN at RB5_bit;
sbit LCD_D4 at RB0_bit;
sbit LCD_D5 at RB1_bit;
sbit LCD_D6 at RB2_bit;
sbit LCD_D7 at RB3_bit;
sbit LCD_RS_Direction at TRISB4_bit;
sbit LCD_EN_Direction at TRISB5_bit;
sbit LCD_D4_Direction at TRISB0_bit;
sbit LCD_D5_Direction at TRISB1_bit;
sbit LCD_D6_Direction at TRISB2_bit;
sbit LCD_D7_Direction at TRISB3_bit;
// End LCD module connections
void main(){
ANSEL = 0; // Configure AN pins as digital I/O
ANSELH = 0;
Lcd_Init(); // Initialize LCD
Lcd_Cmd(_LCD_CLEAR); // Clear display
Lcd_Cmd(_LCD_CURSOR_OFF); // Cursor off
Lcd_Out(1,1,"seyi");
}
posted on 2016/05/24 07:59:10 AM CEST
Hi There
I need a Boot loader for PIC16F877A which run on 20MHz and MikroC.
looking for help.Any one here interested to work on this ?
Thanks a lot
LOOSHA
posted on 2016/05/24 07:43:41 AM CEST
Hi There
I am trying to have the TextToSpeech to work on Arduino Zero and looking for help
Any one here interested to work on this ?
Were should I start looking ?
Thanks a lot
Jean-Luc