Is there a instruction on picbasic or assembler to write eprom data value during the download. Generally when I use ICprog the
eeprom data value are all FF but if I want write some location with different value Can I do ?
Printable View
Is there a instruction on picbasic or assembler to write eprom data value during the download. Generally when I use ICprog the
eeprom data value are all FF but if I want write some location with different value Can I do ?
I think you accidentally answered your own question without realising... is the DATA command what you need? See the PBP manual.
OK if you want can remove my post
Thanks