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 Rushdiey

  1. R

    Quartus II Cyclone II - RAM using Mega Core

    I dont know how to explain it Because my english very bad. Later i give u detail about it
  2. R

    Quartus II Cyclone II - RAM using Mega Core

    32x4 for read 32x8 for write
  3. R

    Quartus II Cyclone II - RAM using Mega Core

    About mif file.. Is it coding? My lecturer said we should use that - - - Updated - - - Okay i know what is mif. Sorry - - - Updated - - - AFter i do tthat The next step is wat? - - - Updated - - - Im stuck here. Dont know what to do next step - - - Updated - - - I already can read...
  4. R

    Quartus II Cyclone II - RAM using Mega Core

    Ya using mif file.. But how to ALU in that ram?
  5. R

    Quartus II Cyclone II - RAM using Mega Core

    I got some assignment but i dont understand what it need I already doing some research i think my project not about the block ram right? The problem is how i can put my previous coding into ram Auto Execution of ALU Operations Load all ALU operations into RAM (use Mega Core). Read Input Data...
  6. R

    8085 BCD Counter to 7 Segment LED using 8255 PPI

    I know for microC but microp is kinda hard
  7. R

    8085 BCD Counter to 7 Segment LED using 8255 PPI

    Who know how 2 make bcd counter to 7segment led using 825 ORG 0000H PORTA: EQU 80H PORTB: EQU 81H PORTC: EQU 82H CTRL: EQU 83H MVI A, 10001001B ; Control word setting where Port A AND B = O/P and Port C= I/P. OUT 83H ; Send control word to control register. MVI...
  8. R

    Automatic Light Sensor With Counter

    I want to put it at door.. when someone coming i will count people. for else i just randomly put
  9. R

    Automatic Light Sensor With Counter

    How to make c programming coding.. when ldr goes dark it will count something. I hope someone can share it this is my example. but not work
  10. R

    Interfacing Keypad and LCD..

    This is C.. Do U Have Assembly?
  11. R

    Interfacing Keypad and LCD..

    rusydiey@yahoo.com.my - - - Updated - - - Already found the book.. But also cant solve my problem
  12. R

    Interfacing Keypad and LCD..

    I hope u can send the hex. Btw, I don't have the book
  13. R

    Interfacing Keypad and LCD..

    my problem is.. how tom make table?
  14. R

    Interfacing Keypad and LCD..

    This is my new code.. Now the problem how to make when u press buton 1 it show 1 press 2 time show number..
  15. R

    Interfacing Keypad and LCD..

    I got the keypade code.. But how to relate them? This my keypad code EN EQU P1.1 RW EQU P1.3 RS EQU P1.2 DP1 EQU P3.0 ORG 00H START: ACALL DELAY MOV R5,#28H ACALL COMMAND...

Part and Inventory Search

Back
Top