Thank you very much! ... somewhere (if ... stick a ... terminate the ... in stuff. ... make ... the ... lock ... without ... the ... recent ... that ... ...
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...
... 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...
... 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...
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....
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...
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...
... 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...
... 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...
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...
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...
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...
... 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...
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...
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 ...
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...
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...
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...
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...
... 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 ...