2026-05-05 2:41 PM
Hello,
I am trying to import the RTSP example for the NUCLEO-N657X0-Q. It is not appearing in the IDE as a choice, but I see the project in D:\STM32\STM32Cube_FW_N6_V1.3.0\Projects\STM32N6570-DK\Applications\VENC\VENC_RTSP_Server
2026-05-05 11:05 PM
If you might not to reach examples, also you able to see from github.
I guess your wanted project this :
https://github.com/STMicroelectronics/STM32CubeN6/tree/main/Projects/NUCLEO-N657X0-Q/Applications/NetXDuo/Nx_CreditBasedShaper
I follow this steps :
1) I find software package name
2) search them in github
3) explore projects in repository
I use CubeIDE and I have experienced the same problem from time to time. I fix that this solution. I hope I have been helpful.
2026-05-06 12:13 AM - edited 2026-05-06 12:16 AM
Hi @mdkf,
If the project is not shown in the Examples Browser, its format is likely not supported yet.
You can still try to convert it manually using this action with D:\STM32\STM32Cube_FW_N6_V1.3.0\Projects\STM32N6570-DK\Applications\VENC\VENC_RTSP_Server\STM32CubeIDE as project source:
However, it is highly probable that you will get an error when selecting the project because most N6 projects are multi-context (also known as hierarchical), which is not supported.
Support is expected later this year.
2026-05-06 10:09 AM
Thank you Julien!
I installed the Eclipse IDE and imported the project via CubeMX, but I get the following error when trying to build:
/STM32Cube/Example/VENC_RTSP_Server/Middlewares/Third_Party/VideoEncoder/source/h264/H264Cabac.c:109:21: error: assignment to 'const i32 (*)[460][2]' {aka 'const long int (*)[460][2]'} from incompatible pointer type 'const int (*)[460][2]' [-Wincompatible-pointer-types]