Bogdan, Richard has explained to you how the software works and that the file system is compiled int uIP. uIP does not have a full web server, you can't...
Hi All, Has anyone set up the SPI or SSP on the LPC2148? I cant get SPI0 to work at all, i.e. no SCK when I scope the dev board (I have pull ups on SCK, MOSI0,...
... My preference is to install gygwin from the cygwin site and then install gnuarm **without installing the DLLs that come with gnuarm**. I have found that...
Hello Malcom, Apart from the fact that the SSP supports several different serial interfaces compared to the SPI0 (SPI/SSI/Microwire vs SPI only), the key...
I saw a previous post that stated that the LPC2xxx can reach 115200kbps without modification, How do you do this? I can't seem to get the data right at 115200...
Hi, I 'd like to know if it's possible to program an external flash on CS0 with the integrated bootloader on UART0. The bootloader commands give the possibity...
Hi, no it's not possible to flash external memory by using the internal bootloader. You will have to write your own bootloader code. Regards Detlef ... CS0 ......
Hello, Thanks for the quick response and information, I had noticed that there was a FIFO on the SSP but was wondering how big it was (the manual doesn't...
... Hi Eric, I've just received the ARM technical publications CD, and the ARM-ARM is not on there either - so I guess they want you to purchase the book from...
That's a tough one. You can run 115200 without problems as long as you have a crystal that supports standard baudrates, e.g. 14.756 MHz. Unfortunately this...
...of course when I say that the manual doesn't mention the size of the SSP FIFo I'm obviously ignoring the very first page describing the SSP Features where...
I just received a copy of the second edition, ordered off amazon. It appears to be identical to the pdf from one of the links posted a week or so ago. The...
Hello Malcom, Here are elements of your SPI0 code that are not lined up with this peripheral's spec published in the LPC214x User Manual: 1)S0SPCCR =...
I'm not sure what's going on here, but I appear to be having a reset problem with the Keil development board. I am using CrossWorks for the ARM and a Olimex...
... An idea: When debugging with JTAG, often the program runs out of SRAM. Unless the loader explicitly clears RAM (eg. the .bss area), then there is a chance...
... The startup code from Rowley clears ram first I think, and all my variables are initialized at powerup anyway. It seems to be related to the hardware...
... The data sheet usually specifies a 'reset value' for registers, so normally those registers will be cleared. Try a flash RAM version of the program. Hit...
... ok...You MUST do the following: 1. In general, you MUST design in your main clock crystal to be some multipe of 9600. Personally, I use 11.0592Mhz,...
... Actually it is running from flash. It looks like it gets reflashed each time it reloads. I'm wondering if there is a difference between a soft reset and a...
... Its my understanding that the second edition covers the Thumb instruction set, but the first edition did not. Is this true? Or, were the Thumb instructions...
... My copy of the ARM ARM pdf (ARM DD1 0100E, from an ARM developer's cd) is marked June 2000, Issue E, "Updated for ARM architecture v5TE and corrections to...
I have just posted FreeRTOS Version 3.20 for IAR/ARM on my website ftp://inclinesoftworks.com <ftp://inclinesoftworks.com/> Use UserName incline9_cust and...
Ken the difference between the 2214 you are using and the 2294 the question was about are 4 CAN interfaces. CAN works at baudrates like 1 Mbit/s 500 kbit/s,...
Hi Brian, The LPC2xxx series can't be brought out of reset under JTAG debug control. So you are not getting a hardware reset on each debug run. The worse case...
Hi Dan, I downloaded the port and tried to make it. Came up with the following error. :-) The file does not exist? Fatal Error[Pe005]: could not open source...
Thanks. I tried to strip the release down to the minimal size... I missed a couple files. I did another test and the build is successful on my machine. Dan ...
Hi, We have developed LPC213X board for our last project and decided to make it available for public sale by the end of September. To find out more about...