Hi @liuhailong ,
1.How to configure the configuration in the MCU Setting of cm4 program, I should copy the image of cm4 to the (ITCM DTCM OCRAM) DTCM OCRAM which one?
You can only use OCRAM. You can't access M7 ITCM and DTCM.
2.How should I configure the configuration in the MCU Setting of the cm7 program?How SDRAM and other spaces should be configured
Similar to my example. SDRAM is configured by DCD file.
3.since SDRAM is used, SDRAM needs to be initialized. You mentioned in the article that configuration is via dcd. Could you introduce the specific configuration methods and procedures?
First you should know what DCD is. Please read 10.7.2 in reference manual. DCD file is not compiled into image. It is append at image head. So, you can append in project, like board/dcd.c, or append by tools like MCUBootUtility.
4. I just used MCU Bootability to load the dcd.bin file did sdram initialization, but also did I use the development board corresponding to NAND flash basic configuration, but the last phenomenon did not implement, how to complete the self-start on NAND through this software?
Please read this article. https://www.cnblogs.com/henjay724/p/17589695.html
Regards,
Jing