cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE documents or instructions

dinhnguyen
Associate II

Hi,

I am new to this.  Are there  documents or instructions to set up a port using  ATM32CubeIDE? For example, if I want to set up an UART or USB port, what are steps that I need to do? what parameters that I need to set? I can't find any documents on this.

Thank you in advance.  

6 REPLIES 6

@dinhnguyen wrote:

I am new to this.  .  


New to what, exactly: Programming in general? Microcontrollers in general? STM32 in particular...?

 


@dinhnguyen wrote:

Are there  documents or instructions to set up a port using  ATM32CubeIDE? .  


STM32CubeIDE documentation:

https://www.st.com/en/development-tools/stm32cubeide.html#documentation

https://www.st.com/resource/en/user_manual/um2609-stm32cubeide-user-guide-stmicroelectronics.pdf

https://wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE 

ST's YouTube playlists:

https://www.youtube.com/watch?v=gL8OoS9E1rw&list=PLnMKNibPkDnFCosVVv98U5dCulE6T3Iy8

https://www.youtube.com/watch?v=QT4vejJzaEw&list=PLnMKNibPkDnFlFe2NTzTLsh4Acoh-cvYR

A recent thread on getting started with STM32:

https://community.st.com/t5/stm32-mcus-products/for-better-learning-stm32-programming-and-debugging/m-p/717799?search-action-id=33906223475&search-result-uid=717799 

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Thanks.  I am new to both STM32CubeIDE and Programming Microcontroller.

And do you have any experience of programming in general ?

 

From the "getting started" link earlier - general microcontroller "getting started" resources:

https://www.avrfreaks.net/s/topic/a5C3l000000UYGFEA4/t145493?comment=P-1392529 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

I am a beginner.

 I am new to both STM32CubeIDE and Programming Microcontroller.

No problem at all!  Here you can find help in both electronics and software aspects of your project and generally in software.  Good luck.

 

For a complete beginner with no prior programming experience, it might be better to start by learning the C programming language on a "normal" computer - away from all the added complications of embedded microcontrollers and electronics.

http://blog.antronics.co.uk/2011/08/08/so-youre-thinking-of-starting-with-c/

 

Or maybe on Arduino...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.