This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

(CMSIS + RTX) ethernet uvision 5 project asks for ST HAL library why ?

Hi
I want to make a simple ethernet project by uvision 5.2 using ST'stm32f7 series.(without using HAL library just with cmsis and RTX)

when it comes to package selection cmsis ethernet mac driver asks for hal drivers
while people in uvision 4.7 do this kind of projects without any stm32f7 HAL driver libraries.
the question is why uvions package manager is asking for stm32f7 hal driver ?

Parents
  • you are right i have just noticed EMAC_STM32F7xx.h ( which is related to the package i mentioned earlier) have an include line as this

    #include "Driver_ETH_MAC.h"

    #include "stm32f7xx_hal.h" <------------------ this one is hal driver

    so it seems this package actually uses ST's HAL drivers .

Reply
  • you are right i have just noticed EMAC_STM32F7xx.h ( which is related to the package i mentioned earlier) have an include line as this

    #include "Driver_ETH_MAC.h"

    #include "stm32f7xx_hal.h" <------------------ this one is hal driver

    so it seems this package actually uses ST's HAL drivers .

Children
No data