1660 views|3 replies

274

Posts

8

Resources
The OP
 

[ST NUCLEO-WBA52CG] 2- Light up an LED [Copy link]

To write the code for STM32WBA52CG, two softwares were used, STM32CUBEMX and KEIL.

1. STM32CUBEMX

The function of this software is to initialize the chip. After installing the corresponding package, you can initialize the STM32WBA52CG chip. This chip has only 48 pins, which is much simpler than I thought.

2.KEIL

Keil is IDE software. You need to install the PACK of the corresponding chip before using it. Due to the download speed, I uploaded the corresponding PACK to the attachment.

Keil.STM32WBAxx_DFP.1.2.0.pack (30.79 MB, downloads: 11)

When I installed it, an error message popped up saying "SVDConv exied with an error. No uVision SystemViewer file created", so I searched online and found the solution on the following page:

https://www.chensuyang.com/archives/725

3. Write code

The code is very simple, and is the same as the usage of other STM32 chips.

while (1)
  {
      HAL_GPIO_TogglePin(LD1_GPIO_Port,LD1_Pin);
      HAL_Delay(1000);
    /* USER CODE END WHILE */

    /* USER CODE BEGIN 3 */
  }

This post is from RF/Wirelessly

Latest reply

No, this "SVDConv exied with an error. No uVision SystemViewer file created" warning cannot be solved  Details Published on 2023-8-6 11:25
 

6027

Posts

6

Resources
2
 

Is this board two layers? One module and the base?

This post is from RF/Wirelessly

Comments

Yes, the blue one is the module and the white one is the baseboard  Details Published on 2023-7-22 08:12
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 

274

Posts

8

Resources
3
 
Qintianqintian0303 posted on 2023-7-21 17:13 Is this board two layers? One module plus the baseboard?

Yes, the blue one is the module and the white one is the baseboard

This post is from RF/Wirelessly
 
 
 

5

Posts

0

Resources
4
 
No, this "SVDConv exied with an error. No uVision SystemViewer file created" warning cannot be solved
This post is from RF/Wirelessly
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Featured Posts
Happy Knowledge: How is the CPU made?

If calculated by price/weight, CPU is much more expensive than gold. Almost everyone knows that CPU is mainly made of si ...

Good book recommendation! A brief review of Luo's "Basics of Power Supply Design"

392297 The book "Basics of Power Supply Design" is the result of the technical compilation of the Unitrode/Texas Instrum ...

Fun Oscilloscope + Running Polygons

This post was last edited by sylar^z on 2020-4-11 18:17 I made a running polygon using the stm32f407 core board. The po ...

Please help explain how the resistor values shown in the figure are estimated. Thank you

This circuit controls a micro DC motor to rotate forward and reverse to open and close the water meter valve. Please hel ...

[AB32VG1 Development Board Review] Button Control LED and Fan

This post was last edited by jinglixixi on 2021-8-21 00:45 The AB32VG1 development board is equipped with LED and KEY, ...

[Flower carving hands-on] Interesting and fun music visualization series of small projects (03) --- RGB rhythmic lights

This post was last edited by eagler8 on 2021-10-7 21:28 I suddenly had the urge to do a series of topics on sound visua ...

View Circuit-ADC and System (1)

Viewing Circuits - ADC and System (1) There are many ADCs on the market, and the prices of different ADCs vary greatly ...

[STM32H5 development board] Chapter 8: Detailed sharing of CoreMark transplantation and solution to low running score problem

Preface: Coremark is a comprehensive benchmark program. As its name indicates, the CoreMark test is a simple yet complex ...

【CW32L052R8T6】Study Notes 02-Template Project Lighting up LED

This post was last edited by chejia12 on 2023-7-15 22:02 # Template project to light up the LED chip. By default, the in ...

Can anyone tell me what chip this is?

732121 732122

快速回复 返回顶部 Return list