... unrolling the loop a bit may help, as it reduces the number of branch instructions needed. -- Ben Q: What's a light-year? A: One-third less...
751
capiman@...
capiman26061973
Feb 1, 2004 12:39 pm
This was a great idea ! I am now at around 5,8956 MBytes / second, which is close to 5,898 MBytes / sec. ( = Fosc * 4 / 10). So the two operations ( ldr ip,...
752
Igor Janjatovic
kodratelectr...
Feb 1, 2004 1:07 pm
I have software libraries (no source code) developed with ADS 1.2 that I need to use in my LPC2106 project. Can I use them with GNU tools??? Best Regards, Igor...
753
Peter
codesprite
Feb 1, 2004 3:40 pm
... Purely from a core point of view, on ARM7TDMI a load takes three cycles: 1) Sets up the address 2) Reads from memory 3) Writes the data into the specified...
754
lpc2100_fan
Feb 1, 2004 3:46 pm
Hi Martin, the answer to your question about the number of cycles needed for certain instructions id "it depends". First of all the LPC2100 devices are regular...
755
lpc2100@yahoogroups.com
Feb 1, 2004 6:10 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2100 group. File : /jtag.pdf ...
756
leon_heller
Feb 1, 2004 6:15 pm
I've just traced through the circuit of the Wiggler, simplified it (I didn't see why it needed two buffers in series on most of the signals) and put it into my...
757
leon_heller
Feb 1, 2004 11:11 pm
... I was wrong about my original interface, I'd got the DB25 connected up incorrectly - I'd designed the PCB for a female instead of a male connector. Cutting...
758
Soeren Gust
gust@...
Feb 2, 2004 1:56 pm
... Don't you have to put the resistors between the parallel port and the buffer? The buffer gets its power from the target board which is 3.3V. As far as I...
759
Leon Heller
leon_heller
Feb 2, 2004 2:27 pm
... Yes, it probably would be a good idea. The Wiggler doesn't have them, though. I'm actually using an HC244 - it works OK. The parallel port I'm using has...
760
Helge Fabricius-Hansen
helgefh2003
Feb 2, 2004 2:58 pm
I am trying to find information about the EINT0-2 ports for the LPC210x. Are they Level or Edge triggered? I am writing software for a USBN9603 controller. ...
761
Pablo Bleyer Kocik
pablobleyer
Feb 2, 2004 4:06 pm
Hello. I have updated the GNUARM toolchain. Finally I was able to compile and test the Insight personality of the GDB debugger. Please find the new installer...
762
Brian C. Lane
bcl98312
Feb 2, 2004 4:25 pm
I came across this pdf while searching for a decent ADC to use with the 2106: http://www.ece.cmu.edu/~agr/IMPALER/report.pdf They built a system to test what...
763
Brian C. Lane
bcl98312
Feb 2, 2004 4:37 pm
I'm working on designing a new project where we need to process 9600bps packets (similar to G3RUH format), we'd like to use the LPC2106 which ought to be fast...
764
Alaric B Snell
al_snell
Feb 2, 2004 4:52 pm
... Can you not do the SPI sample activity from a timer interrupt handler, assigned to a nice high priority interrupt in that lovely vectored interrupt...
765
Alaric B Snell
al_snell
Feb 2, 2004 5:24 pm
... I may put them beneath for mine. I fancy learning surface mount board design (already done PTH), so am not particularly fazed by the effort of doing it...
766
Leon Heller
leon_heller
Feb 2, 2004 5:42 pm
... From: "Alaric B Snell" <alaric@...> To: <lpc2100@yahoogroups.com> Sent: Monday, February 02, 2004 5:24 PM Subject: Re: [lpc2100] LPC-M216 DIL...
767
Bill Knight
wmk6341
Feb 2, 2004 5:55 pm
On Mon, 02 Feb 2004 08:34:01 -0800, Brian C. Lane wrote: I'm working on designing a new project where we need to process 9600bps packets (similar to G3RUH...
768
gustavo_sagasti
Feb 2, 2004 6:07 pm
Hi: I 'm starting with the LPC ARM's, and I would like to know where I could get examples and information about programming (preferable in 'C') this chips with...
769
lpc2100
Feb 2, 2004 6:15 pm
There may not be differences timing wise but the LPC21xx uses 7TDMI-S Rev4 http://www.arm.com/pdfs/DDI0234A_7TDMIS_R4.pdf ... I/O...
770
Alaric B Snell
al_snell
Feb 2, 2004 6:18 pm
... I've ordered one of these things and ought to have some working examples in a couple of weeks :-) I'll keep you all posted. ... ABS...
771
lpc2100
Feb 2, 2004 6:21 pm
checkout these threads http://groups.yahoo.com/group/lpc2100/message/209 http://groups.yahoo.com/group/lpc2100/message/223...
772
Brian C. Lane
bcl98312
Feb 2, 2004 6:26 pm
... Yeah, I know. I'm working on extracting the needed info from Philips right now :> If I can get the info and if we can get parts samples then that's the...
773
Jim Beagley
jim5272
Feb 2, 2004 7:10 pm
Brian, The experience I have had with the secondary JTAG port has led me to these conclusions: A) Put 2 headers on your board, 1 for the Primary, and 1 for the...
774
geimble
Feb 2, 2004 7:25 pm
Hi ! Does anyone have the secondary jtag for the flash in *.hex or bin ? I donīt have the right toolchain yet and cannot compile the code wich in the...
775
Brian C. Lane
bcl98312
Feb 2, 2004 8:06 pm
... Thanks for the great info! Having JTAG 2 ports in the design would make using the 2106 impossible (we really need all those pins). Has anyone had similar...
776
Richard
richas
Feb 2, 2004 8:22 pm
Those interrupts are level trigered. Richard...
777
Brian C. Lane
bcl98312
Feb 2, 2004 11:02 pm
Does anyone have information on how many CPU cycles it takes to get into and out of a FIQ interrupt? Does it matter what interrupt triggered it? I'm trying to...
778
microbit
forum_microbit
Feb 2, 2004 11:43 pm
Hi Brian, The document DDI0029_7TDMI_trm.pdf explains the minimum and maximum interrupt latencies in Section 2.9 for FIQs and IRQs, which is 5-29 cycles for...
779
Brian C. Lane
bcl98312
Feb 3, 2004 12:28 am
... I found DDI0234A_7TDMIS_R4.pdf from the ARM website (ARM7 TDMI-S core document) and it says the worst case is 27 cycles. Still haven't sorted out the...