I disagree, the actual hardware behaviour is different from the behaviour described in the LPC2148 user manual so I consider that a bug. I admit the software...
... I know that some USB sniffer programs show the data buffer both BEFORE and AFTER the data has been transferred from the USB device to the USB host. This...
... Sorry, the patch had escaped my attention. I'll take a look at it. I noticed you added a lpc214x.h file to concentrate all hardware defines in and that's...
Hi I am trying to run a very simple program, based on the startup.s and link commands detailed in the excellent tutorial by James Lynch. I can flash the .bin...
... The LPC214x.h was created by cutting and pasting all of the defines from the different locations in the lpcusb code. As for the LPC23xx.h, it came from the...
Hello Dominic The value of CPSR at this point is 0x600000d3. I have been doing some more research also and I think that the checkum might not have been...
There are many descriptions how to connect file written in c language with startup.s but no one to explain how to connect file written in assembly language...
... I am fairly confident that comments from "the apps guys" are informal, unofficial, and non-binding :o I for one, am extremely grateful for their help and...
The NXP-employee stated the following: - because the peripherals of the LPC24xx and LPC23xx are absolutely compatible, they are produced by the same...
... compatible, they are produced by the same production-datasets ... everything the other have ... about one month, but February 2008 are a bad joke!!! ... ...
I've been asked to find the costs of swapping one of our LPC2294 prototypes onto FPGA. If the move gets the OK, this is going to be a complete SoC design...
... Too bad you weren't using the gcc compiler and bintools to do this. There are many examples and tutorials about building code when using those tools. For...
... IIRC, yes, it was done, then they got sued by ARM Inc. for violating their Intellectual Property. I believe that a court order forced them to stop...
... I doubt it. If the checksum was wrong you should not have reached an Abort situation. If your checksum is wrong, then the internal bootstrap ROM would...
... If your boss is still insistent that "this must be done", have a look over at http://www.opencores.org/browse.cgi/by_category They are not ARM cores, but...
... That about sums it up. Microprocessor designs are not created / dreamed up by a team of Marketing People who say "Hey, let's build a processor that does...
Tom, Just to make it clear - we have ABSOLUTELY NO INTENTION of infringing any copyrights, patents, etyc - and our FPGA won't include an ARM core. (In fact,...
Oh you mean porting software from an ARM-based LPC2294 to another type of (soft-core) processor? I think it depends a lot on the quality of the existing...
iam interfacing a micro controller"lpc2119" to a gsm modem , please if anyone has a c code for just sending sms via the modem using lpc2119 . or please tell me...
... Rather confusing, I would say. You come into an ARM special interest mailing list, mention code running on an ARM processor (LPC2294), then say that you...
... infringing any ... I have worked with a couple of FPGA cores (the Z80 clone (T80cpu @ opencores) and one of my own). In both cases, complete operating ...
Its just serial programming. I few basic rules you need to understand, also can you tell me the brand of GSM modem that you are using. There is a few...
... Doesn't the LPC2103 have just 32KB of flash? If so, shouldn't the 0x40000 above be 0x8000 ? ... Are you erasing it before trying to program it? Suppose...
... bootstrap ... What I find a bit interesting in john857162's question is that he indicated that his code is getting stuck in an endless loop at the Data...
... have ... using ... reached an ... possible ... If it has gone through one of the exception vectors in an unexplained way, one typcial cause is just jumping...
Hi Leonard, You are right that the tools we supply will not help you port the LPC2294 functionality to a FPGA. Instead they convert the output of the Xilinx...
Hi, Im trying to run the uIP Embedded webserver example on my MCB2300 board. ( http://www.freertos.org/portlpc2368uIP.html ) There are 3 configurations: ARM...