VL53L8 Firmware loading
In the ULD driver for the VL53L8 is the file vl53lmz_api.c. In line 354 to 364, the firmware is loaded in pieces of 0x8000 bytes:

My microcontroller has not enough ram to handle such big blocks, so I have to load the firmware in smaller pieces. But for what are the write commands to register 0x7FFF between loading the FW blocks in line 358, 361 and 364?
What has to be adjusted to write the FW e.g. in blocks of 0x2000 bytes?
Used product: SATEL-VL53L8
