For Rabbit microporcessors asm is a must if you use DC and you have to write this type of code....
15632
ricardoparanabr
Aug 1, 2003 1:18 pm
Thank you very much! ... somewhere (if ... stick a ... terminate the ... in stuff. ... make ... the ... lock ... without ... the ... recent ... that ... ...
15633
pulskenbe
Aug 1, 2003 1:22 pm
have connected a puls signal to PD0, now i want to know the time between this 2 pulses...
15634
William C. Landolina
billalltrade
Aug 1, 2003 2:06 pm
The big thing you get from ASM that you won't get from C is access to the carry bit. In C you'd have to fake it which can be a real pain in the patoot. Even...
15635
Robert Richter
robertbrichter
Aug 1, 2003 2:28 pm
... I have sometimes wondered about making compilers with a "eye" for this type of statement and optimize it: a=b+c+(d=e+f, d<f); If a compiler was trained to...
15636
Robert Richter
robertbrichter
Aug 1, 2003 3:32 pm
... <skeller1234@y...> ... if ... A slight oversight--I forgot to mention that d and f need to be unsigned....
15637
Robert Richter
robertbrichter
Aug 1, 2003 6:40 pm
... or ... It's not a legitimate optimization if f is larger than e and a carry results. I guess that's why µC's are best programmed by mixing occasional...
15638
Seldon Wells
venturefinance4
Aug 1, 2003 7:22 pm
http://groups.yahoo.com/group/SandHillEC/ See which advances in microcontrollers will be the first to be funded by Silicon Valley's tier 1 venture firms;...
15639
Rheault, Denis
D.Rheault@...
Aug 1, 2003 7:40 pm
Hi, I need to use the IO expansion to read or latch value using Std latch. Where can I find some information on how to interconnect this and also generate CS....
15640
Dave Moore
questdavemoore
Aug 1, 2003 10:17 pm
I'm sure I could get the answer in a more appropriate forum, but... Does anybody know the rules for LCP echo concerning the data portion of the packet? I've...
15641
Charlie Krauter
cakrauter
Aug 1, 2003 10:46 pm
When I wrote this part of the PPP stack I was following the description from James Carlson's excellent book 'PPP Design and Debugging' (a good read for anyone...
15642
strohs56k
Aug 2, 2003 5:01 am
... The R3000 external IO bus is actually fairly easy to use. You were probably on the right track before you went looking at the RCM schematic! (I made that...
15643
Tom Collins
tomcollinsaz
Aug 2, 2003 4:59 pm
... Here's code from a routine I use in my HTTP client lib that does base64 encoding. It encodes to a single string, without line breaks. If you need to...
15644
Dave Moore
questdavemoore
Aug 2, 2003 7:58 pm
Don't know the implementation details (it's a home grown CSU/DSU from a small company). No source available...Copying that data portion into the packet solved...
15645
Richard Cooke
rmcooke
Aug 2, 2003 10:39 pm
Hi All, Anybody have any opnions on whether or not the RM3100 can be used to control a DC motor with a 300 linear LPI encoder? I need to move part of our...
15646
Robert Richter
robertbrichter
Aug 2, 2003 10:48 pm
DC started giving me problems compiling to a "*.bin" file. It no longer puts the root code in my ".bin" files, but puts anything from source code fragments to...
15647
Robert Richter
robertbrichter
Aug 2, 2003 11:10 pm
... from ... affecting ... "Include bios" was turned off!!! Don't know how or when I did that. Hope my learning experience can help someone else. (several...
15648
Kent Johansen
kentanakron
Aug 3, 2003 12:11 am
If you hook the encoder up to the interrupt input, it is a simple matter. Kent ... -- Anakron Canada Inc. / Kent Johansen, Cand. Polyt. M.Sc. Suite 640, 580...
15649
Simon
computeremails
Aug 3, 2003 4:32 am
Hi, I am trying to write the following ports 1. port F 2. port G and 5, 6 and 7th bit of port D. My LUT has only two values 1 and 0. I am using the following ...
15650
Simon
computeremails
Aug 3, 2003 10:07 pm
Hi, Is accumulator register bit addressable? if yes then how can we acess it...plus if its not then are there other registers which can be bit addressable...if...
15651
Harsanyi Alexandru
halex90
Aug 4, 2003 1:31 am
You might want to take a look at the BIT, SET and RES instructions for the Rabbit (they are described in ...
15652
Flux
FirstOvertone
Aug 4, 2003 3:01 am
Dear all Can anyone tell me what's the perclk?? I have tried to read the timer_b.c and timer_b2.c examples i just dont quite understand for a 14MHz CPU, what's...
15653
Mohd Syuhaimi Kassim
matmi78
Aug 4, 2003 7:20 am
does anybody know how to simulate using dynamic C?...
15654
Mohd Syuhaimi Kassim
matmi78
Aug 4, 2003 7:24 am
how to see/monitor the compilation results without connect to the targeted hardware?...
15655
Aaron Carlson
fatboyberzerk
Aug 4, 2003 7:38 am
There is no 'simulator39; in DC, only an in-system debugger....
15656
rinat
rinatba
Aug 4, 2003 8:55 am
when compiling to rabbit 2000 with DC733 I recieved the error: "No parameters found for flash id received from pilot bios - using default parameters." (it...
15657
vmstom
Aug 4, 2003 10:09 am
How can I use the diagnostic connector of the programming cable after compiling to target without debug information. I´d assume, my printf statements continue...
15658
René Lefebvre
renewebdyn
Aug 4, 2003 12:08 pm
take a look in file serial.c in sample directory I use the redirection of stdio to port A at 115200 bauds work fine !!! bye ...
15659
shdesigns2003
Aug 4, 2003 2:11 pm
... That is controlled by the GCSR reg. It is either the osc frequency or osc/8. ... With a clock-doubled CPU, the timer counts at the crystal freq (clock ...