Skip to main content
victagayun
Senior III
April 15, 2022
Question

Why are F0/F1/F2/F3 missing in the example selector in CubeMX?

  • April 15, 2022
  • 2 replies
  • 1016 views

I haven't checked other MCU, I just did a quick check for F0/F1/F2/F3, all are missing in the example selector in CubeMX.

This topic has been closed for replies.

2 replies

Khouloud OTHMAN
Associate
April 15, 2022

Hello @victagayun​ ,

Actually, the Example selector allows you to browse a large set of examples and to start a new project from a selected example but only for some STM32 MCUs/MPUs.

Hence, you may not be able to start your project from an already developed project for F3 series using STM32CubeMX/STM32CubeIDE since the STM32F3 examples are not available in Example Selector tab (same for F0/F1/F2).

You can install the STM32Cube MCU package for F3 series ( or for other series). This package comes with a rich set of examples running on STMicroelectronics boards. The examples are organized by board, and are provided with preconfigured projects for the main supported toolchains:

0693W00000Ly5HfQAJ.jpg 

You'll find a table resuming the available examples in the STM32Cube firmware examples for STM32F3 Series Application Note.

Noting that there is no STM32CubeMX project for those examples.

Hope this answers your question.

Khouloud.

victagayun
Senior III
April 15, 2022

I was wondering why not add so it would be easier to import and avoid some errors when compiling.