cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U5G9J-DK2 NeoChrom Zephyr LVGL Compatibility

jimmyjames
Associate

Hello everyone,
here are my questions:

1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?
2. Has anyone successfully integrated the STM32 HAL GPU2D driver alongside Zephyr?
3. Would it be possible to:
- Initialize GPU2D using HAL in the Zephyr application
- Patch Zephyr's LVGL Kconfig to expose Nema GFX options
- Use LVGL's existing lv_draw_nema_gfx_stm32_hal.c backend
4. Are there any technical blockers (interrupt conflicts, clock management, memory mapping) that would prevent this hybrid approach?

I'm willing to contribute if there's guidance on the proper implementation approach.

Thank you for any insights.

1 ACCEPTED SOLUTION

Accepted Solutions
T_Hamdi
ST Employee

Hello @jimmyjames 

 


1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?

 


For this topic, work is already in progress here: https://github.com/zephyrproject-rtos/zephyr/pull/105970
It should be merged in the coming weeks.
For now, the support targets only the N6 series, but it should be “easily” adaptable to the U5 as well.

Best regards,

Hamdi

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Hamdi Teyeb

View solution in original post

1 REPLY 1
T_Hamdi
ST Employee

Hello @jimmyjames 

 


1. Is there any roadmap or community effort to add NeoChrom/GPU2D support to Zephyr?

 


For this topic, work is already in progress here: https://github.com/zephyrproject-rtos/zephyr/pull/105970
It should be merged in the coming weeks.
For now, the support targets only the N6 series, but it should be “easily” adaptable to the U5 as well.

Best regards,

Hamdi

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Hamdi Teyeb