Hello,
I am developing an application on a custom MiMXRT1052 board - based on the EVB - with external QSPI flash as code program memory. After a lot of troubles I have been able to make it working, I made a lot of tunings on the code, and one of the key points was to change the "evkbimxrt1050_flexspi_nor_config.c" file in the XIP folder and to re-organize the flexRAM default configuration.
Now everytime I use the MEX Configuration Tool, adding a SDK driver, it changes to default all the modifications I made, and this is really annoying. For example:
- "board.c" is changed without asking enything
- XIP folder files are updated
- StartUpcode.c is updated
erasing every modification I need. Is there a way to avoid this? A special comment sequence to protect the changes in the code?
Thank you
AMoro