SCB->VTOR = RT_APP_PART_ADDR & NVIC_VTOR_MASK; return 0; } // INIT_BOARD_EXPORT(ota_app_vtor_reconfig);100 changes: 100 additions & 0 deletions 100 bsp/stm32/stm32h750-fk750m1-vbt6/board/board.h Show comments View file Edit file Delete file This file contains bidirectional Un...
BSP_LED_Init(LED4); BSP_LED_Init(LED5);/* Configure the system clock to 48 MHz */SystemClock_Config();/* Enable Power Clock */__PWR_CLK_ENABLE();/* Check and handle if the system was resumed from StandBy mode */if(__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET) { __HAL_PWR_...
i++; } TxConfig.Length = framelen; TxConfig.TxBuffer = Txbuffer; #ifdef ETH_TX_DUMP rt_kprintf("Tx dump, len= %d\r\n", framelen); dump_hex(&Txbuffer[0]); #endif if (stm32_eth_device.parent.link_status) { SCB_CleanInvalidateDCache(); state =...
MPU_Config();/* Configure the MPU */CPU_CACHE_Enable();/* Enable the CPU Cache */HAL_Init();/* Initialize the HAL Library */BSP_SDRAM_Init();/* Initialize BSP SDRAM */SystemClock_Config();/* Configure the System Clock */init_filesystem();/* Inital rl-flash Librart */MainTask(...