693 views|3 replies

20

Posts

0

Resources
The OP
 

[Review of nucleo development board f413zh] Unboxing and lighting] [Copy link]

First of all, I would like to thank EEWORLD and ST for the evaluation opportunity. I have been following EEWORLD and have been using ST microcontrollers. I accidentally saw the evaluation application link for the nucleo development board, so I filled in and submitted my task. A few days later, I received an email confirming that my application was successful, and I began to wait nervously.

1. Preparation

While waiting for the express delivery, I installed the corresponding development environment, searched and downloaded relevant information, mainly schematics. The development tool I chose is STM32CubeIDE. I downloaded the corresponding information from the official website www.stmcu.com.cn and registered an account.

2. Unboxing

When I opened the express, what caught my eye was a white development board, which looked very good.

3. Power on

Use the Android data cable A port to connect the development board and the computer, and you can see LED2 and LED3 light up alternately. You can see the virtual serial port and the file system on the computer.

4. Lighting

Just like writing a Hello World, create a new project and set the LED pin to PB7. Generate the corresponding IDE code. Add the following lines to the generated code, then upgrade the STlink driver and use the STlink that comes with the development board to download the program.

while (1)
{
    /* USER CODE END WHILE */
    /* USER CODE BEGIN 3 */
	HAL_GPIO_TogglePin(led2_GPIO_Port, led2_Pin);
    HAL_Delay(2000);
}


This post is from stm32/stm8

Latest reply

come on!   Details Published on 2023-9-11 09:25
 

6841

Posts

11

Resources
2
 

st's development board is a good tool for learning and development. Congratulations to the OP for winning the prize. I hope to share some different articles with you!

This post is from stm32/stm8

Comments

OK, thanks for the reminder. I was reading the data sheet yesterday, and will output the document in the next two days so that we can learn and communicate together.  Details Published on 2023-9-11 09:15
 
 

20

Posts

0

Resources
3
 
lugl4313820 posted on 2023-9-10 10:36 st's development board is a good tool for learning and development. Congratulations to the OP for winning the prize. I hope to share some different articles with you!

OK, thanks for the reminder. I was reading the data sheet yesterday, and will output the document in the next two days so that we can learn and communicate together.

This post is from stm32/stm8

Comments

come on!  Details Published on 2023-9-11 09:25
 
 

6841

Posts

11

Resources
4
 
Robot Enthusiast 1991 posted on 2023-9-11 09:15 OK, thank you for reminding me. I was reading the data sheet yesterday, and I will output the document in the next two days, so that we can learn and communicate together.

come on!

This post is from stm32/stm8
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building, Block B, 18 Zhongguancun Street, Haidian District, Beijing 100190, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list