Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] ARM - LPC11xx - enable serial programming via bootloader

Status
Not open for further replies.

skyflyer

Newbie level 4
Joined
Jul 14, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
Perhaps the title is not as explanatory as it could have been, but I am afraid I don't know how to rephrase it.

Note: I have not tried to program the chip yet.

How would I enter programming the chip via serial interface? I read in the user manual, that PIO0_1 should be low to start the ISP and PIO0_3 should be high - otherwise, it will start ISP command handler via C_CAN. My chip (LPC1113) does not have support for C_CAN. Does that still mean that I have to connect PIO0_3 to Vcc during reset?

Thanks!
 

The majority of pins (P0.3 included) have a pullup resistor enabled by default which will be able to hold the pin in a high state.
In addition if you read the manual closer it says Remark: On parts without C_CAN interface, the state of pin PIO0_3 does not matter.
You should ground P0.1 and then release the reset to enter the ISP mode
 

Thanks! I guess I'll have to learn how to read user manuals correctly! :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top