@@ -70,7 +70,7 @@ void ETH_BSP_Config(void)
/* Config NVIC for Ethernet */
/* TODO remove if tested: ETH_NVIC_Config moved after ETH_MACDMA_Config *
* to avoid ETH IRQ to stuck the system */
- //ETH_NVIC_Config();
+ ETH_NVIC_Config();
/* Configure the Ethernet MAC/DMA */
ETH_MACDMA_Config();
@@ -67,7 +67,7 @@ void ETH_BSP_Config(void)
ETH_GPIO_Config();
- ETH_NVIC_Config();
+ //ETH_NVIC_Config();