Hi Leon, Were you given official permission to announce Crossworks 1.6 or did you just see it on the website? The link seems to be dead right now (0900 GMT...
... internal ... ... Why SRAM ? I would have thought Emmbedded DRAM would make more sense. I noticed that Sumsung have done some Emmbedded DRAM designs over...
Hi all. I write this code for erase flash of a LPC2106. This code is base on some code I found on Internet. I when to know what is a SectorStar? that resembles...
The error 7 is for INVALID_SECTOR ... De : lpc.lover <lpc.lover@...> À : lpc2000@yahoogroups.com Envoyé le : Jeudi, 1 Juin 2006, 11h49mn 38s Objet :...
I use Keil uvision3 on LPC2138 ,When i ported uc/os_II,it have a error. lingking... .\obj\LPC2138.sct(7): error: L6236E: No section matches selector - no ...
If you download the FreeRTOS.org code, then compile the lwIP demo (for the SAM7X) you will be able to see how much ROM each component takes using various...
... http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-08,GGLG:en&q=sam7x Maybe it would be quicker to look it up than ask the...
Hi everybody, I am using LPC 214x USB stack (open source can be downloaded from https://sourceforge.net/cvs/?group_id=160384 ) on my proprietary ARM board with...
Hi, I'm looking for a small stock 25-30 pieces, of the LQFP64 version of these chips. Ideally I would like LPC2142 to 48's or LPC2132 to 38's. I've looked...
... You probably have floating pins on the CPU. Add pull-ups or pull-downs (10k) to all pins, even the ones not connected, while checking the curren...
Hi , Sorry that link for open source was wrong so making a correction It is (LPC -214x USB Stack) https://sourceforge.net/projects/lpcusb Thanks & regards, ...
Hi. I want to know if anyone can help me for understand how it's work? http://water.cse.unsw.edu.au/esdk/lpc2/boot-loader.html It explain on this page, but I...
... You can find all the information you need regarding the boot loader in the appropriate User Manual for the part you're using. The information in the...
I am asking this here because I think most users will need to hear this. How do you get the licence for the new 1.6? 1. I went to "help -> about" as usual to...
USB Firmware Upgrader is a standalone program for Philips LPC214x microcontroller, which allows to download firmware (application program) to microcontroller's...
... The User Manual for the LPC2106 has a fine reference of the IAP. Please read it. They even give the error codes. Then read the section of the manual...
Hi LPC2000 group, In a current design with LPC2103 I have added a RS232-Bluetooth (wireless) interface that operates up to 1MBaud in my application without...
Hi everybody, I'm trying to do an interruption routine with the timer0 wiht a LPC2214. The setting of the timer work but when it's time to enter in my...
Charles, See the following for an example of working code that generates a regular timer "tick" interrupt. http://groups.yahoo.com/group/lpc2000/message/16144 ...