minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
: Header for main.c file. This file contains the common defines of the application. More...
#include "stm32f4xx_hal.h"
Go to the source code of this file.
Macros | |
#define | B1_Pin GPIO_PIN_13 |
#define | B1_GPIO_Port GPIOC |
#define | USART_TX_Pin GPIO_PIN_2 |
#define | USART_TX_GPIO_Port GPIOA |
#define | USART_RX_Pin GPIO_PIN_3 |
#define | USART_RX_GPIO_Port GPIOA |
#define | LD2_Pin GPIO_PIN_5 |
#define | LD2_GPIO_Port GPIOA |
#define | TMS_Pin GPIO_PIN_13 |
#define | TMS_GPIO_Port GPIOA |
#define | TCK_Pin GPIO_PIN_14 |
#define | TCK_GPIO_Port GPIOA |
#define | SWO_Pin GPIO_PIN_3 |
#define | SWO_GPIO_Port GPIOB |
Functions | |
void | Error_Handler (void) |
This function is executed in case of error occurrence. More... | |
void | USART_IDLECallback (UART_HandleTypeDef *huart) |
: Header for main.c file. This file contains the common defines of the application.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
#define B1_GPIO_Port GPIOC |
#define B1_Pin GPIO_PIN_13 |
#define LD2_GPIO_Port GPIOA |
#define LD2_Pin GPIO_PIN_5 |
#define SWO_GPIO_Port GPIOB |
#define SWO_Pin GPIO_PIN_3 |
#define TCK_GPIO_Port GPIOA |
#define TCK_Pin GPIO_PIN_14 |
#define TMS_GPIO_Port GPIOA |
#define TMS_Pin GPIO_PIN_13 |
#define USART_RX_GPIO_Port GPIOA |
#define USART_RX_Pin GPIO_PIN_3 |
#define USART_TX_GPIO_Port GPIOA |
#define USART_TX_Pin GPIO_PIN_2 |
void Error_Handler | ( | void | ) |
This function is executed in case of error occurrence.
None |
void USART_IDLECallback | ( | UART_HandleTypeDef * | huart | ) |