2021-06-21 02:48 PM
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,
Solved! Go to Solution.
2021-06-21 05:55 PM
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:
Example Selector:
• The feature is functional only for the examples related to the STM32F4, STM32F7, STM32G0, STM32G4, STM32H7, STM32L5, STM32WB, and STM32WL Series.
2021-06-21 05:55 PM
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:
Example Selector:
• The feature is functional only for the examples related to the STM32F4, STM32F7, STM32G0, STM32G4, STM32H7, STM32L5, STM32WB, and STM32WL Series.
2021-06-22 12:01 AM
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)
2021-06-22 08:27 AM
Thanks for the quick response.