2024-10-09 06:14 AM - last edited on 2024-10-09 06:33 AM by Andrew Neil
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.
2024-10-09 06:32 AM
@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:
2024-10-09 06:42 AM
Thanks. I am new to both STM32CubeIDE and Programming Microcontroller.
2024-10-09 06:50 AM
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
2024-10-09 07:02 AM
I am a beginner.
2024-10-09 07:04 AM
> 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.
2024-10-09 07:08 AM - edited 2024-10-10 08:12 AM
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...