if we start the debugger with lexide-u16 while the program that incorporates the data flash driver is written to the microcontroller, all sectors in the data flash area will be erased (0xff).
the cause may be that the data flash erase processing in the program was executed. the program starts running when the microcontroller is powered on. after that, when the debugger is started with lexide-u16, the debugger stops the program. if the program executed before starting the debugger includes data flash erase processing, the data flash area will be erased. as a result, it appears that the data flash area is initialized when the debugger is started.