"main.c" is not visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 9:15 PM
"main.c" is not visible.
This is the screen I want.
However, this is my actual screen.
I am sure I have chosen the board correctly.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-09 1:09 AM
Hello @hjjang ,
Let me thank you for posting and welcome to the ST Community.
It seems that the STM32 firmware is not installed. Therefore, I recommend that you set the Network Connection and log to your ST account before generating the code.
I suggest that you take a look at UM2609 section 1.2.3 STM32CubeIDE user authentication.
Thanks.
Mahmoud
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:05 PM
You're probably not importing the project correctly or there are some project configurations missing. What does the project tree look like in File Explorer?
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:16 PM
Is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:36 PM
You have no source files so that is why nothing shows in the project tree
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:41 PM
I know that main.c is automatically generated when I select the MCU board.
It is not generated even when I connect the ST-Link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 11:33 PM
You need to describe how you're creating a project and which uC
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-09 1:09 AM
Hello @hjjang ,
Let me thank you for posting and welcome to the ST Community.
It seems that the STM32 firmware is not installed. Therefore, I recommend that you set the Network Connection and log to your ST account before generating the code.
I suggest that you take a look at UM2609 section 1.2.3 STM32CubeIDE user authentication.
Thanks.
Mahmoud
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-02-16 6:44 PM
I had to install the software pack as shown in the picture.
Thank you very much.
