Hello to all, I hope, somebody here will help me. I have a problem with initializing LCD displej connecting to LPC2138. I have a display from Everboucket,...
A google search for "arm lcd c" gives this site as the 5th hit: http://www.dreamislife.com/arm/ where there is an excellent LCD driver code example which I...
... Correct me if I'm wrong: The data sections should be positioned by the linker one after each other starting from the base of ram, and the stack section...
... In my experience it's best to get it as definitive as possible that it is a problem with the device before anything like this will be taken too seriously. ...
Are you sure that when you set up the PLL the Fcco frequency is less than 290MHz? The errata states that it will not run if you set it greater than this. ... ...
I have noticed that most example code for the LPC236x family EMAC does not check the status word in the RxDescriptor when a packet is received. I added this in...
Check your LCD contrast. I'm not sure which display you're using, but when you "clear" it, it should be clear... not covered in blocks. I'm guessing you're...
... Not for nothin', but, there is a set of Really Fine Manuals for all those tools, many examples are shown. Unfortunately, you appear to be running these...
... Hi Suvidhk, and thank you for your reply. The "program flash" option was already disabled. I've also set the JTAG frequency to 100kHz, but nothing...
There's no automated way of doing this that I am aware of, however all you really need to do manually is rework the IRQ definitions for the RealView compiler...
I used the ethernet with MBC2300 Eval Board and with a specifich device. All works fine for me. Have you enabled the ethernet in the power control register? ...
If you are getting blocks on the LCD, then check your contrast. You may well be displaying data but can't see it due to the contrast being set too high. ... ...
Hi Dennis I dont know if you got any answer to your question yet. I sitting with a similar problem. But, I am new in this area. Maybe your transmitted Message,...
I think, that contrast will be fine, I havent initialized display, the black squares are visible after connecting the power, then I want to initialize display,...
Hi Per, I figured out my mistake. I had set the IRQ's in the wrong order, so the CAN Error IRQ had priority above all others. Now it works fine. I used the...
Both ideas are correct. Here's how: 1> Contrast issue - All lines and All blocks will be filled solid. 2> Uninitialized LCD - Only some rows of blocks are...
Hello, On 10th March 2007 I notified NXP of CRP breach on LPC2292 with Boot Loader Version 1.64. Other than the automated acknowledgement, NXP has never...
... examine. ... Hi Tom, Yes I plead guilty to running on windows, but I have been browsing through the documentation for make and ld that came with WinARM,...
Yes, the second idea is my case, Only the first row is filled solid. So its unitialized display. I have debug the program and all signals fits, so I think that...
oldulik Wrote ... Why would you think that? I did some measurements (including overhead) for a more complicated timer based on the HW timers on the LPC. ...
I have a program, that toggle the external pin: PINSEL0=PINSEL0|BIT(25); // MAT1.0 (Timer 1) T1EMR=T1EMR|BIT(4)|BIT(5); // toggle external match output how can...
I ran into the same problem. You can't control the pins while they are configured as timer. I think I had to play a trick and force a match to flip the state...
... Not related to the problem, but why are you reading IO0SET? Robert http://www.aeolusdevelopment.com/ From the Divided by a Common Language File (Edited to...
Our application is very power sensitive. I just wondered if LPC2368 will be good fit. We do plan to use USB,2xUART,1xI2C,DAC,1xADC,8xGPIO and that's about it....