How i am reading the Attiny1614 datasheet:
If i set APPEND to '0x10' (16 x 256 bytes) = 4kb of Application code.
If i set BOOTEND to '0x01' (1 x 256 bytes) = 256 bytes of boot loader space (That im not going to use anyways).
This leaves me with 12kb-256bytes of app data space.
If i set APPEND to 0x00 and BOOTEND to 0x01 then i have almost all of 16kb of flash for code storage.
What is the difference between *Application code in flash and *App data and what should i be concerned about?