|
H753_CPP_Device_Electronic_Signature 1.0
STM32H753 96-bit device unique ID read and print tutorial
|
: Main program body More...
Go to the source code of this file.
Functions | |
| void | SystemClock_Config (void) |
| System Clock Configuration. | |
| static void | MX_GPIO_Init (void) |
| GPIO Initialization Function. | |
| static void | MX_USART1_UART_Init (void) |
| USART1 Initialization Function. | |
| int | main (void) |
| The application entry point. | |
| void | _Error_Handler (const char *file, int line) |
| This function is executed in case of error occurrence. | |
Variables | |
| UART_HandleTypeDef | huart1 |
: Main program body
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file main.c.
| void _Error_Handler | ( | const char * | file, |
| int | line ) |
| int main | ( | void | ) |
The application entry point.
| int |
Definition at line 79 of file main.c.
References MX_GPIO_Init(), MX_USART1_UART_Init(), and SystemClock_Config().
|
static |
|
static |
| void SystemClock_Config | ( | void | ) |
System Clock Configuration.
| None |
Supply configuration update enable
Configure the main internal regulator output voltage
Initializes the RCC Oscillators according to the specified parameters in the RCC_OscInitTypeDef structure.
Initializes the CPU, AHB and APB buses clocks
Definition at line 263 of file main.c.
Referenced by main().