Hello Jorge
I understand it is not so interesting and I am creating some confusion.
I am using a console for the boot load, so I am bypassing the offered protocol now.
I am accomodating the relevant problems now.
The write function defaults to the status_t flash_mem_write(uint32_t address, uint32_t length, const uint8_t * buffer )
using the programming without the flexram.
In the driver also a possibility exists, it seems. I see the
status_t flash_program_section(flash_driver_t * driver, uint32_t start, uint32_t * src, uint32_t lengthInBytes)
in the flash_program_section.c. Do You think it is possible to use??
Is there a documentation of the performances of the two approaches? I am writing in small chunks of 16 or less byte per time,
I don t know if it is worth to use the FLEX ram
Thank You
Pietro