Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 3484 - 3513 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3484 rabbitindia Offline Send Email Jan 1, 2002
10:41 am
Hello! There is a lot of documentation on timer isrs in assembly. I tried to write a small isr in C and it gives me an error - no response while polling. Any...
3485 Ernesto Tolocka
e_tolocka Offline Send Email
Jan 1, 2002
1:35 pm
Hi all! Happy new year! Unfortunately, the information about Timer B provided in the JR manual is not clear enough. I have collected some additional and...
3486 yair24 Offline Send Email Jan 1, 2002
3:47 pm
hello try to add "nodebug root interrupt" instead of the void you have in the myisr function of yours I tried it at my rabbit and it ran but after a few...
3487 yair24 Offline Send Email Jan 1, 2002
3:57 pm
hello again here is your program after a litle bit of change and its working fine at my computer: int count; nodebug root interrupt myisr(); int TimerBvalue; ...
3488 David Emrich
dave_emrich Offline Send Email
Jan 2, 2002
1:54 am
... I'm not too sure about using the WrPortI stuff inside interrupts? Don't those library functions themselves play with interrupt settings? Especially since...
3489 kent@...
kentanakron Offline Send Email
Jan 2, 2002
2:30 am
Actually, WrPortI() IS a neat bit of assembler code, not fiddling with anything inappropriate. Kent P.S. Here is my little TimerB routine, ,running apx 900 hz,...
3490 henry_chenh Offline Send Email Jan 2, 2002
4:31 am
Thanks for yor reply, after I checked my Flash address connection and find I made some faults. I have corrected them and it works well. Thanks a lot for Lynn....
3491 henry_chenh Offline Send Email Jan 2, 2002
4:54 am
Is there anyone use the 4X20 LCD in 4 bit mode? In my system I connect Port A(PA4, PA5,PA6,PA7) to LCD's data bus(DB4,DB5,DB6,DB7, while DB0&DB1&DB2&DB3...
3492 henry_chenh Offline Send Email Jan 2, 2002
4:56 am
Is there anyone use the 4X20 LCD in 4 bit mode? In my system I connect Port A(PA4, PA5,PA6,PA7) to LCD's data bus(DB4,DB5,DB6,DB7, while DB0&DB1&DB2&DB3...
3493 henry_chenh Offline Send Email Jan 2, 2002
4:56 am
Is there anyone use the 4X20 LCD in 4 bit mode? In my system I connect Port A(PA4, PA5,PA6,PA7) to LCD's data bus(DB4,DB5,DB6,DB7, while DB0&DB1&DB2&DB3...
3494 Victor Chinn
victor_chinn Offline Send Email
Jan 2, 2002
5:11 am
Anyone connect an IDE hard disc drive to a Rabbit 2K yet or can point me to a good source of infomation? thanks!...
3495 peter Yong
peteryong98 Offline Send Email
Jan 2, 2002
5:37 am
hi every one here, i'm using the FTP client library component to download or Upload some file direct using the serial port, i'm suppose that those serial port...
3496 kavita Sriram
rabbitindia Offline Send Email
Jan 2, 2002
5:49 am
Hello! Please visit http://www.8052.com/tutlcd2.phtml for general info on lcd programming... Also I attach a program that works fine for 4x20 lcd in 4 bit...
3497 rabbitindia Offline Send Email Jan 2, 2002
6:38 am
Thank you all. I have incorporated some of ur suggestions and isr in C works fine. I paste the code below. I added the last line in isr that clears the TBCSR.....
3498 yair24 Offline Send Email Jan 2, 2002
10:43 am
Hello, I need someone to confirm me if I understood the command IOI correct as I understand it: suppose I write like this: ld hl,PEDR ioi set 5 ,(hl) here...
3499 Fournier, Pete
pfournier_as... Offline Send Email
Jan 2, 2002
2:03 pm
Lynn, Well, I'm back. Eleven days off and not one to myself ! Thanks for the reply. I consider ANY use of an interrupt for a real simple task, like making a...
3500 btaylor959 Offline Send Email Jan 2, 2002
4:01 pm
Does someone have the example code for the X86 processor to program the MAC address in the RTL8019? I have tried to contact RealTEK but have been...
3501 kent@...
kentanakron Offline Send Email
Jan 2, 2002
4:26 pm
Hi, btaylor ! I would try checking the source code for any LINUX. The RTL8019 would surely be there. Otherwise there is a lot of C code for different adaptors...
3502 Lynn S. Wood
l_s_wood Offline Send Email
Jan 2, 2002
4:36 pm
... Yes, that's correct! -Lynn...
3503 Lynn S. Wood
l_s_wood Offline Send Email
Jan 2, 2002
4:37 pm
... ICOM.LIB, the support library for the TCP/IP devkit, OP6600, and OP6700, also contains code to program a 4X20 LCD in 4-bit mode. If you own one of those...
3504 Eugenio Navarro
eugenio_navarro Online Now Send Email
Jan 2, 2002
4:39 pm
Hi, Can some one explain me the difference between the Dynamic C you get on a SDK and the C Premier' Ing.Eugenio Navarro C. Dispositivos NaFri SA de CV Mexico ...
3505 kent@...
kentanakron Offline Send Email
Jan 2, 2002
4:40 pm
Yes. The RTL8019 drivers can be found at /usr/src/linux in any linux. Look for NE2000 drivers. Kent...
3506 Mike Rauch
MRauch@... Send Email
Jan 2, 2002
4:48 pm
http://www.rabbitsemiconductor.com/products/dynamic_c/dcseries.1.2.html <http://www.rabbitsemiconductor.com/products/dynamic_c/dcseries.1.2.html> ... From:...
3507 Joel Baumert
jjbaumert Offline Send Email
Jan 2, 2002
5:00 pm
If you are talking about programming the MAC address in 9346, you can get X86 code to do that directly from RealTek. Ask for the rset8019.330 code. I'll send...
3508 bmurthazw Offline Send Email Jan 2, 2002
5:29 pm
... I don't see how this is going to work since it doesn't preserve the registers it uses. I would do it like this. This will be many times faster (untested)....
3509 David Emrich
dave_emrich Offline Send Email
Jan 3, 2002
12:26 am
... You can count it if you like (and if you're very patient!). For the assembly version, the instruction cycle timing is known (in the Instruction Set...
3510 rs7 Offline Send Email Jan 3, 2002
4:41 am
I used 4x20 LCD using the A0, D0-D7 lines. The software is in the Embedded systems building blocks book (using uC/OS-II). You may add a buffer between the...
3511 onlyalbie Offline Send Email Jan 3, 2002
10:37 am
Where can i buy the book? Thanks...
3512 Ernesto Tolocka
e_tolocka Offline Send Email
Jan 3, 2002
6:15 pm
Hi all! How can I known the crystal frequency of the board from within a program? I've seen that the BIOS uses two variables called "freq_divider" and...
3513 bmurthazw Offline Send Email Jan 3, 2002
6:55 pm
See \samples\FP_BENCHMARK.C ... program? ... "divider19200" to obtain the divisors for the serial ports, but I don't known how to interpret its values. ... an...
Messages 3484 - 3513 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help