I'd like to use the last 3 bytes of the flash memory to identify if there's a valid program in the flash. How can I read them in the scatter file instead of reading P1.8?
why you don't read the last 3 bytes of the flash in the 71x_init.s file? You can replace the code which check the P1.8 status by a code which read the last three bytes. Best regards,