Hi Vasudhevan G,
1. When you tested with evkmimxrt1064_flash_component_nor example code
Where you located the code? internal RAM or the internal flash?
Please try to run your code in the internal ITCM, whether you still have problems or not?
You mentioned: "but some time debug mode when starts debugger coming out automatically showing program run of the memory."
Could you give me some picture about it? Do you mean the debugger disconnect or meet problems?
2. imported free_rtos_dhcp example code
Please try to disable the cache function, then test it again.
BOARD_ConfigMPU function, modify the last code from:
/* Enable I cache and D cache */
SCB_EnableDCache();
SCB_EnableICache();
to
SCB_DisableICache();
SCB_DisableDCache();
Have a great day,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------