STM32f103 —— 內部flash讀寫

#ifndef _MCU_FLASH_H_ #define _MCU_FLASH_H_ #include <stdint.h> // STM32f103C8T6 64KB FLASH,20KB RAM,1個扇區1KB,程序起始0x8000000 #define FLASH_START_ADDR ((uint32_t)0x8000000) #define FLASH_END_ADDR
相關文章
相關標籤/搜索