Content originally posted in LPCWare by ah1986 on Fri Apr 18 04:50:50 MST 2014
Hi everyone,
I want to test LPC4357 blinky. But when i downloaded my code, I got nothing from the board.
I used LPC43xx CMSIS in my code. my code is as below:
I download my code on Flash Bank A. I appreciate if someone can help me
Hi everyone,
I want to test LPC4357 blinky. But when i downloaded my code, I got nothing from the board.
I used LPC43xx CMSIS in my code. my code is as below:
#include "lpc43xx_gpio.h" |
I download my code on Flash Bank A. I appreciate if someone can help me
Hi ah1986,
Which tool are you using? You need to set checksum when booting from internal flash. In Keil tool chain
open options dialog box
Go to user tab
and run below command in "Run user command after Build/Rebuild"
Run1:
$K\ARM\BIN\ELFDWT.EXE !L BASEADDRESS(0x1A000000)
Run2:
fromelf --bin -o "$L@L.bin" "$L@L.axf"