Author |
Message |
Topic: LCD And External Memory |
Aristar
Replies: 3
Views: 458
|
Forum: BASCOM-AVR Archive Posted: Mon Sep 15, 2008 6:40 pm Subject: LCD And External Memory |
Thanks my Friends
but i can't use that code for that work
i can do this work in stk200 but i can't use for normal models
please send to me - its circuit in proteus or in other software or p ... |
Topic: Simple Code : 2 LED Blinker |
Aristar
Replies: 0
Views: 969
|
Forum: Share your working BASCOM-AVR code here Posted: Sat Sep 13, 2008 10:49 am Subject: Simple Code : 2 LED Blinker |
This Code is Simple code for blinking 2 LED .
It's Only For pastime
------------------------------------
$regfile = "m8def.dat"
$crystal = 1000000
Config Portb = Output
Reset Portb.0
Reset ... |
Topic: Interfacin MMC with avr |
Aristar
Replies: 5
Views: 2083
|
Forum: AVR Posted: Sat Sep 13, 2008 10:39 am Subject: Interfacin MMC with avr |
dear friend !
you can use internal eeprom in avr for 1000000 times !
but u can connect an external memory to some chip . Sample : 8515 or 8535
You can Find that interface in bascom-avr reference
... |
Topic: bascom51 problem |
Aristar
Replies: 7
Views: 1945
|
Forum: BASCOM-8051 Posted: Sat Sep 13, 2008 10:32 am Subject: bascom51 problem |
You must before use any thing define mcu
sample : REG51.dat
the default MCU is 89c2051 and it has small ram !
Best Regards! |
Topic: datfile 89C51 |
Aristar
Replies: 6
Views: 2257
|
Forum: BASCOM-8051 Posted: Sat Sep 13, 2008 10:28 am Subject: datfile 89C51 |
You can use Reg51.dat
or for AT89C52 : 8052.dat
----------------------------
you can see any dat file in root directory of bascom-8051
best regards |
Topic: ping |
Aristar
Replies: 3
Views: 391
|
Forum: BASCOM-AVR Archive Posted: Sat Sep 13, 2008 10:19 am Subject: ping |
Please write your post in english language!
because I can't understand what you say !
Ok
best regards !
 |
Topic: LCD And External Memory |
Aristar
Replies: 3
Views: 458
|
Forum: BASCOM-AVR Archive Posted: Sat Sep 13, 2008 10:12 am Subject: LCD And External Memory |
hello , friends
i want to connect a lcd to 8515 with an external memory
i don't have any stk or other board .
and i just simulate this with proteus . and if it work
i create the board similarly
... |
|