I'd like to know how to build the project with STM32H503 board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-12 05:08 PM
Hi,
I'm planning to buy STM32H503 board and X-NUCLEO-IKS01A3 to study I3C protocol.
Before I buy those, I'm making sure I can program the code for I3C to compile it. and found the document on below link.
It shows how to generate the code with STM32CubeMX, but it doesn't show how to compile and generate the binary to download it.
Please let me know how to compile the code that i generate. Do I have to buy complier?
Thanks,
Luke.
Solved! Go to Solution.
- Labels:
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-12 05:19 PM
Cube IDE would be the Integrated Development tool with the GNU/GCC compiler, and debugger
https://www.st.com/en/development-tools/stm32cubeide.html
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-12 05:19 PM
Cube IDE would be the Integrated Development tool with the GNU/GCC compiler, and debugger
https://www.st.com/en/development-tools/stm32cubeide.html
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-12 05:22 PM
STM32Cube_FW_H5_V1.1.1\Projects\NUCLEO-H503RB\Examples\I3C
https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H503RB/Examples/I3C
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 01:49 AM
Hello @LukeJang522 ,
You don't need to buy a complier just you can use STM32cubeIDE , IAR , Keil ..
You can use the available example in the STM32H5 cubefw :
STM32Cube_FW_H5_V1.1.1\Projects\NUCLEO-H503RB\Examples\I3C\I3C_Sensor_Private_Command_IT
I3C article also : Getting started with I3C - stm32mcu
Foued
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
‎2024-03-13 05:05 AM
@Foued_KH wrote:You don't need to buy a complier just you can use STM32cubeIDE , IAR , Keil ..
Err... you would need to buy IAR or Keil - they're not free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 05:07 AM
@LukeJang522 wrote:It shows how to generate the code with STM32CubeMX, but it doesn't show how to compile and generate the binary to download it.
With current STM32CubeIDE versions, the STM32CubeMX functionality is all built in - you don't need a separate step in a separate app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 10:46 AM
thank you for your answer. The link that you sent, it's really helpful. Now I can complie with STM32CubeIDE.
I have one more question Dynamic addressing setting.
I can't find that in my project, could you please help me to find it?
Thanks,
Luke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 10:48 AM
thank you very much for your answer, I can compile with STM32cubeIDE now.
Thanks,
Luke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 10:49 AM
Yep, thank you for your answer, I can do it all with STM323CubeIDE now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-13 10:49 AM
Excellent - please mark the solution.