From 3f0e0c89efa235075d668c7e5993f4a8a8bfa89e Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 12 Jan 2008 03:31:39 +0000 Subject: [PATCH] document +nd etc. in detpic --- pic.make | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pic.make b/pic.make index d445442..969d274 100644 --- a/pic.make +++ b/pic.make @@ -1,6 +1,6 @@ # recommended programming order # one test on PIC#0 -# first time: erase, write FOO-entire0.hex +# first time: erase, write FOO+entire0.hex # subsequently if only FOO.asm changed: update FOO.hex # for all pics # first time: for each individually erase, write perpicNUM.hex @@ -8,10 +8,16 @@ # subsequently: for all update FOO.hex # other possibilities are not ruled out # +# For actual program from detpic, we program (with odyssey-train): +# odyssey-train write program+nd+code.hex +# and then later +# write/update program+nd+program/code.hex +# etc. since +nd means nondebug. +# # filename conventions - contents of hex files # FOO.hex FOO.o (only) # FOO-withcfg.hex FOO.o config.o -# FOO-entire0.hex FOO.o idlocs0.o config.o +# FOO+entire0.hex FOO.o idlocs0.o config.o # perpicNUMBER.hex idlocsNUMBER.o config.o #ASFLAGS= -Dmclock=20000 -Dsclock=20000 -- 2.30.2