2025-04-11 12:11 AM - last edited on 2025-04-11 12:42 AM by mƎALLEm
In my project, i use STM32F070CBT6 microcontroller and i use STM32CubeIDE to set up my project. At first i did not place all pins which i use in this project if i get an error. I define only SCL and SDA pins for PB14 and PB13 pins for that purpose. I did not get any error but when i try to generate code, it did not generate anything. I am confused about what i did. I am waiting for your help.
2025-04-11 12:29 AM
Hello @tensaisakuragi06
First let me thank you for posting.
Using CubeMX 6.14.0 and STM32CubeIDE I activated the I2C and I generated the code and it works just fine.
I am sharing with you my IOC
THX
Ghofrane
2025-04-11 2:17 AM
My CubeID version is 1.18.0. Isit possible because of version number?
2025-04-11 2:26 AM
I forget to tell this thin it says that something is missing for code generator. I am not sure if i have to do update something manually?
2025-04-11 2:36 AM
Hello @tensaisakuragi06
You are using the latest version of STM32CubeIDE but you are missing the firmware package.
In fact to download firmware packages to create projects, you need to connect to your st account in STM32CubeIDE.
Check the STM32CubeIDE user manual UM2609 section 1.2.3 STM32CubeIDE user authentication for more details.
THX
Ghofrane
2025-04-11 3:02 AM
Connect to mySt tab is not working in my CubeID.