Writing values to EEPROM (BAS800)

MBrej

Member
Hey all, i was wondering is it possible to write values to a PIC's (16F628A) EEPROM memory when it is programmed, using the BAS800 programmer, as i cannot find the options in the Serial PIC Programmer software?

Thanks

(I know this isnt exactly PICAXE but I dunno where else to put it)
 

Technical

Technical Support
Staff member
If they are incliuded as part of the hex file (e.g using DT) they will be programmed using the default setup (ie when the 'data memory' checkbox below the program button is ticked.)
 

MBrej

Member
Thanks, I already have the program compiled into hex, but without the EEPROM values, so can you just add the values to the bottom of the hex file (using what syntax?) or do you have to add the EEPROM values to the source, then compile it into hex?
 
Top