Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by eng_msa_8_8

  1. E

    problem with mikroc programing lcd code - can any one help me

    in my circuit i didnt use hd44780
  2. E

    problem with mikroc programing lcd code - can any one help me

    HOW ? plz explain more - - - Updated - - - what is the meaning of "hd44780 controller received data whilst busy"
  3. E

    problem with mikroc programing lcd code - can any one help me

    here is some errors proteus alert me and ther is another project it works without external clock - - - Updated - - - i also in the picture i conected w/r to gnd
  4. E

    problem with mikroc programing lcd code - can any one help me

    the clock is programed in the pic ship window i selected it as 4Mhz when i do another codes for led as example it works without external clock so where is the problem ?
  5. E

    problem with mikroc programing lcd code - can any one help me

    also ur hex file didnt work in my proteus do u saw my circuit ?
  6. E

    problem with mikroc programing lcd code - can any one help me

    no output the screen lights up but no litters plz try to compile it and send hex file to try it - - - Updated - - - i use that code // LCD module connections sbit LCD_RS at LATB0_bit; sbit LCD_EN at LATB1_bit; sbit LCD_D4 at LATB2_bit; sbit LCD_D5 at LATB3_bit; sbit LCD_D6 at LATB4_bit...
  7. E

    problem with mikroc programing lcd code - can any one help me

    how can i send text to the lcd in the mikroc i use mikroc pro // LCD module connections sbit LCD_RS at RB0_bit; sbit LCD_EN at RB1_bit; sbit LCD_D4 at RB2_bit; sbit LCD_D5 at RB3_bit; sbit LCD_D6 at RB4_bit; sbit LCD_D7 at RB5_bit; sbit LCD_RS_Direction at TRISB0_bit; sbit LCD_EN_Direction at...
  8. E

    [SOLVED] plz help in that array code

    how can i receive the out put of array M i want to printf array M totally for one time #include<stdio.h> char i=0 ; char M[10] = {12 , 13 , 23 , 10 ,5 ,0 ,1, 12 ,9,10} ; void main() { while(i<10) {M[i]=0; printf ("M= %d \n" , M[i]); i++;} printf ("Mt= %i" , M); - - -...
  9. E

    How to make an array in verilog equal zero ?

    hi to all i have an array in verilog code reg [7:0] memory [15:0]; how can i make it equal zero ???
  10. E

    Error when simulating in Modelsim v. 6.6b for students

    modelsim problem hi all i am using modelsim pe student version 6.6b **broken link removed** put there is a problem in the simulation when i simulate it gives me that error **broken link removed** although i use student license that work for 60 days put it working since 30 days only...
  11. E

    examples of spi by verilog

    thanx to every one i realy found **broken link removed**
  12. E

    Illegal reference to net -problem

    oh realy thanx v.much it works
  13. E

    examples of spi by verilog

    is there any examples of spi by verilog i was asked to design a small spi design but i want some examples
  14. E

    Illegal reference to net -problem

    yes either (reg) nor (wire) the same error

Part and Inventory Search

Back
Top