Skip to main content
cbrake
Associate
April 7, 2023
Solved

Is Zephyr recommended and supported by ST for the STM32H743?

  • April 7, 2023
  • 5 replies
  • 12924 views

..

This topic has been closed for replies.
Best answer by Erwan Gouriou

Yes @cbrake​, when using https://github.com/zephyrproject-rtos/zephyr, STM32 specific issues should be reported directly in same repo.

Also please note that if using Zephyr, you find an issue related to STM32Cube HAL or LL, you should raise those directly in matching https://github.com/STMicroelectronics/ repo.

5 replies

cbrake
cbrakeAuthor
Associate
April 7, 2023

We have done some initial testing and it seems quite nice so far.

Is there a list of things that are not working yet, errata, etc?

Where is the best place to report issues, get support, etc? 

I noticed the issues are not enabled on the hal repo:

https://github.com/zephyrproject-rtos/hal_stm32

So wondering where issues are tracked for this hal layer.

cbrake
cbrakeAuthor
Associate
April 7, 2023

I see now there are a number of issues in the main Zephyr repo taged with STM32:

https://github.com/zephyrproject-rtos/zephyr/labels/platform%3A%20STM32

Am I correct that STM32/Zephyr issues should be reported in the main Zephyr repo?

Bob S
Super User
April 7, 2023

yes

Erwan Gouriou
Erwan GouriouBest answer
ST Employee
April 21, 2023

Yes @cbrake​, when using https://github.com/zephyrproject-rtos/zephyr, STM32 specific issues should be reported directly in same repo.

Also please note that if using Zephyr, you find an issue related to STM32Cube HAL or LL, you should raise those directly in matching https://github.com/STMicroelectronics/ repo.

cbrake
cbrakeAuthor
Associate
April 21, 2023

thanks @Erwan Gouriou_O​