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

#1
ARM Cortex / Re: LPC1764 Assistance and Connections
July 23, 2013, 11:05:14 AM
Yes, thank you. That is correct. I have it working now. UART0 (TX0 and RX0) pins 99 and 98 are the correct pins to use. The setup I am using had the baud rate set to 56700, under Interface "None (ISP)," and ISP pin (pin 53) was pulled low with a 10K resistor.
#2
ARM Cortex / LPC1764 Assistance and Connections
July 18, 2013, 03:51:58 PM
Hello, I am having an issue with flash magic. Before I was using SWD. SWD was working before, but now I get the following error:

Quote05: File load failure: EM(12). System rejected access at location 0x10000000 - verify Population of memory and peripherals

To fix this I am trying to use flash magic to program the target microcontroller. However, I am having difficulty with flash magic. It keeps giving me an "autobaud rate" error. I looked into it a bit and it could be the connections. The way I have it connected is as follows:

LPC1768 Pin # <------> FTDI RS232 3v3 Pin #
__________________________________
All VSS <------> 1 (GND)
All VDD <------> 3 (Power)
(RXD1) 74 <------> 4 (TXO)
(TXD1) 75 <------> 5 (RXT)

*Note I also have pin 53 (ISP pin) grounded

I have made sure to select the right part (LPC1764) and I am using a 12MHz crystal. I have also imported the hex file that was taken from the build of interest using LPC Expresso. I have tried stepping though each baud rate option, but it didn't work.