static uint8_t _VRAM[VRAM_SIZE] __attribute__((at(VRAM_ADDR))); 修改为: #define VRAM_ADDR 0xD0000000 #if defined(__ARMCC_VERSION) ...
確定! 回上一頁