Differences LPC2362 and LPC2368

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Differences LPC2362 and LPC2368

1,010 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by finfo on Thu Jun 17 00:14:34 MST 2010
I am working on a prototype with the LPC2362.
I would say the hardware is working.
Now I am trying to implement a software originally written with the Keil IDE.

I got the original hex file.
In the original device is the UART0 used to receive data. Then the software is switched to the UART3 for my device. (has another reason not important here)
This is included in the hex file.

When I am using flashmagic to write that software into the device it is not working on the UART3 side. I could tell that because in the debug mode the same occurs.

Now is my question is there anything different on the LPC2362 to the LPC2368 device which could be the reason for that? The flash size is not the problem because I don't fill the128kB.

Thank for any ideas!

Florian
0 Kudos
Reply
3 Replies

999 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kendwyer on Thu Jun 17 20:04:58 MST 2010
Hi,
Flashmagic and ISP work hand in hand and would need to use the UART0.
I am not sure why you are mentioning the LPC2368 in you description but that device would behave the same way.
Thanks,
Ken
0 Kudos
Reply

999 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by finfo on Thu Jun 17 03:27:41 MST 2010
If I reset the device it runs my init function which includes to set the enable bit.

anymore suggestions?

Florian
0 Kudos
Reply

999 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rkiryanov on Thu Jun 17 00:18:22 MST 2010
Remark: On reset, UART0 is enabled (PCUART0 = 1), and UART2/3 are disabled
(PCUART2/3 = 0).
0 Kudos
Reply