I want to create a project using only the m7 core in MIMXRT1170-EVKB. What should I do?
I proceeded as shown below, but the memory configuration of the last image are different from the sample project. What is wrong?
Memory configuration of evkbmimxrt1170_lpuart_interrupt_cm7 sample project
Hi @dskim2 ,
Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.
A simple way to you, you totally can import one SDK cm7 core project, eg:
SDK_2_14_0_MIMXRT1170-EVKB\boards\evkbmimxrt1170\demo_apps\hello_world\cm7
Then rename it to your own project name, this is the m7 core project.
You can add your own app code, and your needed driver.
Wish it helps you!
Best Regards,
Kerry
Thanks for your reply
I downloaded and tested the evkbmimxrt1170_igpio_led_output_cm7 sample through MCUXpresso IDE's Import SDK example(s).
It seems to take a long time to change the status of the LED pin.
It takes more than 50us and I wonder if this is normal.
Also, looking at the clock, a yellow warning appears as shown in the picture below.
Hi @dskim2 ,
Do you modify the clock configuration?
From your picture, seems you modify the clock settings with CFG tool, you can check the detail warning content to find the root issues.
Normally, to the SDK demo, you don't need to modify the clock, it works directly.
About the LED change time, it is totally determined by your code timer:
SDK_DelayAtLeastUs(100000, SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY);
If you want other time, you also can defined your needed time.
About the led toggle, you also can use the demo/led_blinky project.
Wish it helps you!
Best Regards,
kerry
I just downloaded the sample project evkbmimxrt1170_igpio_fast_gpio_cm7 as below
But same, I did not change any thing
Best Regards
Hi @dskim2 ,
I checked the detail information of the warning:
This is not influence the code function. When you select :initialize both core, it will be disappeared.
Just to the signal core, we can consider it is a reminder. You can ignore it.
Wish it helps you!
Best Regards,
Kerry