I now find a problem, I use LPC4370 MCU HSADC+DMA, in the simulation code, the code is running on SRAM(0x10000000), at this time my HSADC speed can really reach 80MHZ, But if I download the program to flash(0x14000000) without emulation, HSADC speed is only about 60MHZ, I look for the relevant information, the code running on ROM and RAM running code rate is indeed there is a difference, RAM running code faster. Now want to copy the code on the ROM to run on RAM, tried a lot of methods are not successful, have friends do similar things, hope to get your help, thank you first here!