Hi @Sam_Gao
1. About booloader, please refer to 'bootloader/flashloader' example.
=>This sample program does not meet our requirements; it is a sample that runs in RAM.
2. About 'flash_init or flash_deinit', please refer to ’evkmimxrt1010_flash_component_nor‘ example, you can find 'Nor_Flash_Init or 'Nor_Flash_DeInit functions from nor_flash/fsl_flexspi_nor_flash.c file.
=>In "Nor_Flash_DeInit, only SoftwareReset is performed. We have tried successfully executing the jump address before performing "Nor_Flash_Init", but once Nor_Flash_Init is done, the jump address function fails.
Therefore, we tried deinitializing the flash, but after Nor_Flash_DeInit, the jump address still does not work."
Could you provide us with an example for this situation?