Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Fix broken headings in Markdown files #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Firmware/LPC_Programming_Tools/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#LPC Programming tools
# LPC Programming tools

These are programming tools for NXP LPC USB In-System Programming.

See NXP application note AN10986 <http://www.nxp.com/documents/application_note/AN10986.pdf>
and software download <http://www.nxp.com/documents/application_note/AN10986_-_USB_In-system_programming_with_the_LPC1300.zip>

##Linux
## Linux

LinuxNXPISP.sh requires binary file to be padded to Flash size, use padto \<binfile\> 32 where 32 is Flash size in KiB.

Expand All @@ -16,7 +16,7 @@ LinuxNXPISP.sh requires binary file to be padded to Flash size, use padto \<binf
5. Run LinuxNXPISP.sh myapp.bin
6. Reset the LPC1343 board

##Windows
## Windows

Windows works with standard explorer operations

Expand Down