Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
June 12, 2014 - 6:54pm
|
Hello, Victor |
Forum : ST7/STM8
Post Information | Post |
---|---|
June 12, 2014 - 6:54pm
|
Hello, Victor |
Hello,
The Program (P) command of STM8_pgm will program the flash if your hex file contains data at the addresses where the device has some flash, and it will program the eeprom if the hex file contains data at addresses where the device has some eeprom. Same for the Option Bytes. Of course a single hex file can include data for all regions, and this is the preferred and normal way to do it.
I suggest you take a look at the examples provided with Ride for reference.
Best Regards,
Vincent