I am trying to flash a controller manually, using write, copy to flash and read commands. While doing that is it acceptable to have a gap between the addresses ( not consecutive) which I write the program on to?
The write to flash accept only multiples of 256 byte at a time, but the data I can copy is 225 bytes, so because of that there will be a gap of 31 bytes to the next 256 boundary which I am allowed to write my data in.
will this be an issue to the run of the firmware?