2011-12-31, 15:28:16
Thanks. You have changed to boot loader size which in this case causes the gui to write the goto to the application in the middle of the boot loader. The next firmware version (1.0.2) will be 256 words big and GUI knows about it so you can change the firmware version in ds30loader.asm:
Code:
#define VERMAJ 1 ;firmware version major
#define VERMIN 0 ;firmware version minor
#define VERREV 2 ;firmware version revision