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 - fossi15

#1
LPC2xxx / Re: Problem with GO command and LPC2468
July 23, 2009, 12:22:17 AM
Hello Andy,

when i make a hardware reset, my firmware is starting normaly. And i tried both of addresses as entry point, 0x0 and 0x26c. I had a look at the data stream, which came over the RS232 during the go command. I found out, that FM always sends a 'G 0 T...' to the µC, regardless the setting i used with the go command (ARM or Thumb mode). The next thing i found out, is that the µC sends the echo for this sequence of ASCII, but not return Code.

Bye, Norbert
#2
LPC2xxx / Re: Problem with GO command and LPC2468
July 22, 2009, 12:24:39 AM
Hello Andy,
thank you for yur response! In my application i don't have the possibility to use the DTR and RTS lines. In the cable are only Rx, Tx and GND connected. I hope this is not a problem!
I tried the GO command with a delay of 2000ms, but without success.
I use the IAP command 'reinvokeISP' to start the ISP routines. After this i am updating my firmware with FM and then i want to start my firmware with GO. Maybe reinvoking is a problem?

Bye, Norbert

#3
LPC2xxx / Problem with GO command and LPC2468
July 21, 2009, 06:46:33 AM
Hello,
i am using a LPC2468 and want to update the firmware with ISP. This is working fine, but then i want to use the go command to restart the controller and this fails! I had a look in my Map file and this told my that i have a entry point at 0x26c. Now i enter this address in Flash Magic and click the ok button. But nothing happens...
Can anyone give an idea what i made wrong?

Thank you, Norbert