Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - steved

#1
LPC2xxx / Re: Connecting to LPC2368
March 03, 2008, 10:46:45 AM
Thanks for your response.

I have scoped out the pin right at the device and a signal is getting there, not sure if it is a ? but I can check. I am assuming that it is since it is being sent from FM.

Pin 2.10 is the correct pin to be strobing, that has been confirmed on a couple of other docs.

After the ? is seen on the pins of RxD on the device, there is no data on the TxD. This confirms that at least 1/2 of the RS232 driver is working. I will lift a pin on the 232 device to see if it is holding the signal down and that is why I am not seeing the Tx information coming out.

#2
LPC2xxx / Re: Connecting to LPC2368
March 02, 2008, 03:09:48 PM
Attached find a scope ready of rst (top) and P2.10 bottom. The glitch in the middle is something that the application FM is putting on the line, I wonder if this signal is correct? Does not seem like it.

#3
LPC2xxx / Re: Connecting to LPC2368
March 02, 2008, 12:03:04 PM
Final test before almost throwing everything out the window....

Populated another PCB with only bare minumum. RS232 chip, uC, control circuitry. Still unable to connect. Always failing Step 1, Autobaud.

Suggestions appreciated, I am all out of gas.
#4
LPC2xxx / Re: Connecting to LPC2368
March 02, 2008, 09:28:16 AM
Just posting when I have questions....

Do you need a bootloader program in the IC before you are able to ISP?

In otherwords, can you program a totally new blank chip or do you HAVE to use a JTAG first to get in startup code so that the ISP will work?
#5
LPC2xxx / Re: Connecting to LPC2368
March 02, 2008, 09:23:54 AM
More unknowns:

The Keil schematic shows that P2.10 is connected to DB9 pin 7(RTS), and the reset is connected to pin 4(DTR) of the DB9 connected

Whereas

The flash magic documentation indicates that reset should be connected to pin 4(DTR) and pin 7(RTS) should be connected to 0.14 on the uC.

I am going with the first option since it seems to program on the development board.
#6
LPC2xxx / Re: Connecting to LPC2368
March 01, 2008, 03:04:13 PM
Further to this.

Can I program via COM0 with a totally new chip?

When I look at PIN3 of the DB9, and am in terminal mode, data is being transmitted.

I am all out of suggestions.

Thanks for your time
#7
LPC2xxx / Connecting to LPC2368
March 01, 2008, 02:29:25 PM
Having a rough time here.

I designed a new board with a LPC2368 on it.

Signals for the INTO and RST are put in as described in the schematics of the Keil development board. I am getting a toggle on the RST and INTO when attempting to program. Rx, Tx, Gnd, eventaually go to COM0 through RS232 IC.

Tx is transmitting something.

Rx never moves. The system is not being held down.

INTO and RST toggle.

12Mhz crystal, not sure when this should start ossilations since it is controlled by the uC. Perhaps this is the source of my problems?

Any pointers or suggestions would be appreciated. I have no more ideas.

Thanks!