Enables instruction cache
Enables module to be used in
the HAL driver
Ethernet peripheral
configuration : MAC address
Ethernet buffer size for
reception
Ethernet buffer size for trasmit
The number of Rx buffers of
size ETH_RX_BUF_SIZE
The number of Tx buffers of size
ETH_RX_BUF_SIZE
DB83848 Ethernet PHY
Address
PHY Reset delay these values
are based on a 1 ms SysTick
interrupt
The stm32f2xx_hal_conf_template.h file is located in the HAL driver Inc folder. It
should be copied to the user folder, renamed and modified as described above.
By default, the values defined in the stm32f2xx_hal_conf_template.h file are the
same as the ones used for the examples and demonstrations. All HAL include
files are enabled so that they can be used in the user code without modifications.