Add arm fsmc driver

This commit is contained in:
Zhao_Jiasheng
2021-05-28 14:31:48 +08:00
parent 1402fe12e9
commit 013e3c14cc
18 changed files with 3412 additions and 342 deletions
-4
View File
@@ -91,10 +91,6 @@ void SystemInit(void)
RCC->CR &= (uint32_t)0xFFFBFFFF;
RCC->CIR = 0x00000000;
#if defined (DATA_IN_ExtSRAM) || defined (DATA_IN_ExtSDRAM)
SystemInitExtMemCtl();
#endif
#ifdef VECT_TAB_SRAM
SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET;
#else