cancel
Showing results for 
Search instead for 
Did you mean: 

Examples missing from IDE

mdkf
Associate

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

mdkf_0-1778017241626.png

 

3 REPLIES 3
isikli
Associate III

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

isikli_0-1778047117465.png



2) search them in github

isikli_1-1778047235227.png



3) explore projects in repository

isikli_2-1778047327631.png


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.

 

Julien D
ST Employee

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:

JulienD_0-1778051267043.png

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.

JulienD_1-1778051581792.png

Support is expected later this year.

 

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.
mdkf
Associate

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]