已解决! 转到解答。
Hi WahibKuang,
Do you click debug or load?
This project is the RAM project, you need to click debug.
My MDK version is V5.29
Do you try other SDK MDK project? Also have this issues?
Best Regards,
Kerry
Hi WahibKuang,
Your SDK is very old, please use the newest SDK2.9.1, which can be downloaded from this link:
This is my debug result with your mentioned project and the MDK on the MIMXRT1010-EVK board.
You can find no issues.
So, please use the newest MDK and try again.
If you still have questions about it, please kindly let me know.
Best Regards,
Kerry
hello
Your answer to the question is somewhat different from what I asked.
I see the address above the DisAssembly is 0x60000000.
gpt_timer flexspi_nor_debug or gpt_timer flexspi_nor_release
This is the program that runs in the flexspi_nor_debug project.
#define m_flash_config_start 0x60000400
#define m_flash_config_size 0x00000C00
#define m_ivt_start 0x60001000
#define m_ivt_size 0x00001000
#define m_interrupts_start 0x60002000
#define m_interrupts_size 0x00000400
#define m_text_start 0x60002400
#define m_text_size 0x00FFDC00
The program I tested is the program that runs at 0x20000000.
gpt_timer debug or gpt_timer release
#define m_text_start 0x00000400
#define m_text_size 0x00007C00
#define m_data_start 0x20000000
#define m_data_size 0x00008000
#define m_data2_start 0x20200000
#define m_data2_size 0x00010000
Hi WahibKuang,
This is the debug version in RAM:
You can find, I also can debug it, and no program issues.
Do you test the newest SDK:SDK_2.9.1_EVK-MIMXRT1010?
Your SDK version is old, please try the new version again.
If you still have questions about it, please kindly let me know.
Best Regards,
Kerry
Hi WahibKuang,
Do you click debug or load?
This project is the RAM project, you need to click debug.
My MDK version is V5.29
Do you try other SDK MDK project? Also have this issues?
Best Regards,
Kerry