cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4R9I-EVAL examples do not show up in target selector

RHerm.3
Associate III

I am running v1.6.1 of STM32CubeIDE.

When target selector is run using File/New/STM32 Project it does not list any examples for STM32L4R9I-EVAL even though I can find them in the L4 repository.

I ran Update TTarget Selector DB and no change.

Is it possible to have these show up in target selector or should I just manually copy them into a base EVAL project?

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The example selector is a recent thing, presumably they are adding more support for it in the future. Probably the case that STM32L4R examples are not yet supported.

You can import the example from the file system instead:

https://community.st.com/s/question/0D53W00000EHEzWSAX/how-to-install-f0-examples-to-cubeide

See caveats in release notes:

https://www.st.com/resource/en/release_note/dm00107607-stm32cubemx-release-621-stmicroelectronics.pdf

Example Selector:

• The feature is functional only for the examples related to the STM32F4, STM32F7, STM32G0, STM32G4, STM32H7, STM32L5, STM32WB, and STM32WL Series.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

3 REPLIES 3
TDK
Guru

The example selector is a recent thing, presumably they are adding more support for it in the future. Probably the case that STM32L4R examples are not yet supported.

You can import the example from the file system instead:

https://community.st.com/s/question/0D53W00000EHEzWSAX/how-to-install-f0-examples-to-cubeide

See caveats in release notes:

https://www.st.com/resource/en/release_note/dm00107607-stm32cubemx-release-621-stmicroelectronics.pdf

Example Selector:

• The feature is functional only for the examples related to the STM32F4, STM32F7, STM32G0, STM32G4, STM32H7, STM32L5, STM32WB, and STM32WL Series.

If you feel a post has answered your question, please click "Accept as Solution".
Cartu38 OpenDev
Lead II

See Why aren't installed MCU Packages appearing in Target / Example Selector?

Your best friend in the meantime is "File > Open Project from File System" despite not feature equivalent (example selector is doing local copy, while this one is refering to your root FW pack)

RHerm.3
Associate III

Thanks for the quick response.