I'm trying to program the bootloader area of a NUC240SE3AE device with JLink and JFlash but I'm having an error message:
"ERROR: Selected Data (0x100000 - 0x100FFF) does not fit into selected flash sectors."
The chip does have that area implemented but as I found out in Segger's device database:
This device has only one flash bank,
The one for the main application, and the second area for the bootloader is missing.
So my question is: is there a workaround for this? How to program that flash area?