Software Development
FM4 S6E2H-Series Starter Kit Guide, Doc. No. 002-11387 Rev. **
37
4. Open Watch1 window from
View
->
Watch
.
5. Add the arrays
au32SourceData
and
au32DestinationData
in Watch1 window.
6. Run the program for a while (>10 seconds).
7. Stop the program and check the arrays mentioned above. The Program Counter (PC) will
stop at the routine as shown below which means the content of the arrays are the same.
You can also verify the content of the arrays in the watch window.
4.2.2.3.2 Instructions for Keil µVision IDE
1. Power the FM4 S6E2H-Series Starter board from CN3 using a USB cable, refer to
2. Open the project
s6e2hg_dma
in Keil µVision IDE from the following directory on your PC:
Keil project: <User_Directory>:
\FM4 S6E2H-Series Starter Kit_Ver01\Firmware
\Demo Projects\s6e2hg_dma\ARM\s6e2hg_dma.uvprojx.
3. Build the project and download the code into the S6E2HG device.