Hello, I just started with i.MX RT and exploring the multicore functionality using reference manual and application note AN13264. I am exploring with the example code SDK root/boards/evkmimxrt1170/multicore_examples/hello_world. I am facing below issue in MCUXpresso IDE.
From application node I got the understanding if I need to run the core 1 (m4) from core0 (m7). As per my understanding image of cm4 will be stored with cm7 in flexspi and later will be move to alias 0x20200000 by cm7. I need to use the macro CORE1_IMAGE_COPY_TO_RAM so I enabled same in hello_world_cm7 in the preprocessor but compiler unable to find the value of core1_image_size and CORE1_IMAGE_START, Can someone help me out in this ? also let me know if I am missing anything in my understanding.


Thanks