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
  • Probably because the HAL is CMSIS compliant, provides needed definitions, and Keil doesn't want to handle the maintenance of vendor specific stuff, rather just the "middle" ware common stuff.

    And for that matter supporting a universe of people auto-generating code with CubeMX using HAL/LL

Reply
  • Probably because the HAL is CMSIS compliant, provides needed definitions, and Keil doesn't want to handle the maintenance of vendor specific stuff, rather just the "middle" ware common stuff.

    And for that matter supporting a universe of people auto-generating code with CubeMX using HAL/LL

Children