7 years, 11 months ago.

UIPEthernet on STM32F0 Discovery

I have problem with UIPEthernet on STM32F0 (TARGET_DISCO_F051R8). The library defines its own ISR SysTick_Handler but i'm getting compilation error regarding double definition - this ISR is defined in https://developer.mbed.org/users/mbed_official/code/mbed-dev/file/a2b798ec44f6/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/system_stm32f0xx.c as well and compilation fails. Any hints?

Be the first to answer this question.