We are trying to port an application from MCF5282 to MXRT117 mcu. In the previous project the application image was zipped and placed in flash, unzipped using a third party library called 'zlib' and copied to sdram. We need to implement a similar procedure for MXRT117. What is the best method we can follow? Is there any tool/library we can use to make the above process much simpler?
Hello,
They are different architecture and different core version,zlib is supported too in RT but you need to compile first the project on ARM core.
Regards
Is there any example for RT series?