Go to the documentation of this file.
13 #define MEGA (1000000)
15 #define FIN (12000000) //hzh
17 #define FCLK 400000000
36 #define _RAM_STARTADDRESS 0x30000000
37 #define _ISR_STARTADDRESS 0x33ffff00
38 #define _MMUTT_STARTADDRESS 0x33ff8000
39 #define _STACK_BASEADDRESS 0x33ff8000
40 #define HEAPEND 0x33ff0000
41 #define _NONCACHE_STARTADDRESS 0x31000000
47 #define USBDMA 1 //1->0, hzh
48 #define USBDMA_DEMAND 0 //the downloadFileSize should be (64*n)
49 #define BULK_PKT_SIZE 64