I had used LPC214x before.Now I starting design my system with lpc2919.And I have some problem with ISP of lpc2919.Following datasheet tell that it support...
This may sound silly, but still i want to clarify, whether a slave needs to connected for I2C clock to be triggered on the scope. As per the manual, the only...
Are you sure you saw this in the LPC2919 manual? I just looked for the first time and can not see anything about UART0 being able to program this chip. And...
I've noticed on new versions of Keil that even with optimization OFF that structures are put on word boundaries, so that I have to redefine all my structures...
Sutton Mehaffey
sutton@...
Nov 24, 2009 5:07 pm
46122
I was trying to say that FullCAN is great for 11bit messages. I'm not trying to use it for 29bit messages. I have many 3rd party tools and my own boards to...
Hi all, I'm new to this group, be gentle :) Has anyone experienced receiving non-enabled Ethernet interrupts? For instance, RxFinishedInt and RxErrorInt are...
You need those INTs why would not enable them? ... From: glory452 To: lpc2000@yahoogroups.com Sent: Tuesday, November 24, 2009 7:32 AM Subject: [lpc2000]...
Anyone have this happen before? LPC2148 - code about 172K. ~196K with everything. When I upload a fresh compile thru JTAG, I get mismatch errors starting at...
Sutton Mehaffey
sutton@...
Nov 24, 2009 8:28 pm
46126
This is one of those situations where I was sure something was working fine, and now it doesn't, and I don't know why ?! I've been working (on & off) on a dual...
Reply to my own question. Problem Solved. There is a line wrong in the descriptor. The length in the configuration descriptor includes itself ! Should be:...
Hi, I am really stuck with I2C initialization for LPC2888. I write the slave address to the transmit buffer, then give a start condition. But somehow the...
Hi, I am really stuck with I2C initialization for LPC2888. I write the slave address to the transmit buffer, then give a start condition. But somehow the...
I'm having the same problem with LPC2368... I actually posted a message with a modified version of an I2C code available at the files section if you want to...
... Aligning structures on word boundaries isn't an optimization; it's the method that is simplest to write and generates the least code. Packing is actually a...
Thanks. It didn't, however, change the size of my code to make all the structures packed. It did, however, make my code work again. ... -- Sutton Mehaffey ...
Sutton Mehaffey
sutton@...
Nov 25, 2009 3:28 pm
46135
The LPC2478-STK AD are directly connected to the Touch pannel, and the TFT is driven by the LPC 2478's peripherical. 2009/11/25 sachin dhiman...
I recently got the Green Hills MULTI IDT for ARM Processors and the Green Hills Probe in exchange to some work that I did. The package was bought in July...
What are the VID/PID pairs for the three device descriptors ? Did you write down the VID/PID pairs to your INF file, as I've shown in my last post? Post your...
... Thanks Tsuneo, As usual you are right on target. Yep, I picked this one up myself after posting but figured it wasn't worth a new post to correct. Didn't...
They weren't enabled because I'm just verifying hardware at this point. The way the LPC2468 user guide read, I thought RxFinishedInt indicated all the...
Hi to all, I am working on ARMCortex-M3. I was about to add 2MB of serial flash using SSI. Actually i told to add two 2MB's serial flash but LM3S6965 has only...
dhanaraj@...
10:52 am
46142
Is there anything we need to do to enable I2C in LPC2888 or just loading of the Transmit buffer with Start condition. Because all the previous versions of LPC...
Hi Nxp Apps, I am working on a design based on LPC2888. I am stuck with the I2C initialization part for Master mode. As per the user manual, I have loaded the...
Hi all.. I am new to this group.... Can anyone provide me the source code for interfacing LPC2148 with external CAN transceivers... (say) MCP2551..... Regards,...
... No, but I have used them before (with an 8051 device). They are very easy to use and have an excellent user manual/datasheet that you might not fully...
... From the LM3S6965 Manual: 14 Synchronous Serial Interface (SSI) The Stellaris® Synchronous Serial Interface (SSI) is a master or slave interface for...