STM324x9I_EVAL BSP User Manual: stm324x9i_eval.h File Reference

STM32429I/STM32439I/STM32469I/STM32479I EVAL BSP Drivers

stm324x9i_eval.h File Reference

This file contains definitions for STM324x9I_EVAL's LEDs, push-buttons and COM ports hardware resources. More...

#include "stm32f4xx_hal.h"

Go to the source code of this file.

Defines

#define LEDn   4
#define LED1_PIN   GPIO_PIN_6
#define LED1_GPIO_PORT   GPIOG
#define LED1_GPIO_CLK_ENABLE()   __GPIOG_CLK_ENABLE()
#define LED1_GPIO_CLK_DISABLE()   __GPIOG_CLK_DISABLE()
#define LED2_PIN   GPIO_PIN_7
#define LED2_GPIO_PORT   GPIOG
#define LED2_GPIO_CLK_ENABLE()   __GPIOG_CLK_ENABLE()
#define LED2_GPIO_CLK_DISABLE()   __GPIOG_CLK_DISABLE()
#define LED3_PIN   GPIO_PIN_10
#define LED3_GPIO_PORT   GPIOG
#define LED3_GPIO_CLK_ENABLE()   __GPIOG_CLK_ENABLE()
#define LED3_GPIO_CLK_DISABLE()   __GPIOG_CLK_DISABLE()
#define LED4_PIN   GPIO_PIN_12
#define LED4_GPIO_PORT   GPIOG
#define LED4_GPIO_CLK_ENABLE()   __GPIOG_CLK_ENABLE()
#define LED4_GPIO_CLK_DISABLE()   __GPIOG_CLK_DISABLE()
#define LEDx_GPIO_CLK_ENABLE(__INDEX__)
#define LEDx_GPIO_CLK_DISABLE(__INDEX__)
#define BUTTONn   3
#define WAKEUP_BUTTON_PIN   GPIO_PIN_0
 Wakeup push-button.
#define WAKEUP_BUTTON_GPIO_PORT   GPIOA
#define WAKEUP_BUTTON_GPIO_CLK_ENABLE()   __GPIOA_CLK_ENABLE()
#define WAKEUP_BUTTON_GPIO_CLK_DISABLE()   __GPIOA_CLK_DISABLE()
#define WAKEUP_BUTTON_EXTI_IRQn   EXTI0_IRQn
#define TAMPER_BUTTON_PIN   GPIO_PIN_13
 Tamper push-button.
#define TAMPER_BUTTON_GPIO_PORT   GPIOC
#define TAMPER_BUTTON_GPIO_CLK_ENABLE()   __GPIOC_CLK_ENABLE()
#define TAMPER_BUTTON_GPIO_CLK_DISABLE()   __GPIOC_CLK_DISABLE()
#define TAMPER_BUTTON_EXTI_IRQn   EXTI15_10_IRQn
#define KEY_BUTTON_PIN   GPIO_PIN_13
 Key push-button.
#define KEY_BUTTON_GPIO_PORT   GPIOC
#define KEY_BUTTON_GPIO_CLK_ENABLE()   __GPIOC_CLK_ENABLE()
#define KEY_BUTTON_GPIO_CLK_DISABLE()   __GPIOC_CLK_DISABLE()
#define KEY_BUTTON_EXTI_IRQn   EXTI15_10_IRQn
#define BUTTONx_GPIO_CLK_ENABLE(__INDEX__)
#define BUTTONx_GPIO_CLK_DISABLE(__INDEX__)
#define COMn   1
#define EVAL_COM1   USART1
 Definition for COM port1, connected to USART1.
#define EVAL_COM1_CLK_ENABLE()   __USART1_CLK_ENABLE()
#define EVAL_COM1_CLK_DISABLE()   __USART1_CLK_DISABLE()
#define EVAL_COM1_TX_PIN   GPIO_PIN_9
#define EVAL_COM1_TX_GPIO_PORT   GPIOA
#define EVAL_COM1_TX_GPIO_CLK_ENABLE()   __GPIOA_CLK_ENABLE()
#define EVAL_COM1_TX_GPIO_CLK_DISABLE()   __GPIOA_CLK_DISABLE()
#define EVAL_COM1_TX_AF   GPIO_AF7_USART1
#define EVAL_COM1_RX_PIN   GPIO_PIN_10
#define EVAL_COM1_RX_GPIO_PORT   GPIOA
#define EVAL_COM1_RX_GPIO_CLK_ENABLE()   __GPIOA_CLK_ENABLE()
#define EVAL_COM1_RX_GPIO_CLK_DISABLE()   __GPIOA_CLK_DISABLE()
#define EVAL_COM1_RX_AF   GPIO_AF7_USART1
#define EVAL_COM1_IRQn   USART1_IRQn
#define EVAL_COMx_CLK_ENABLE(__INDEX__)
#define EVAL_COMx_CLK_DISABLE(__INDEX__)
#define EVAL_COMx_TX_GPIO_CLK_ENABLE(__INDEX__)
#define EVAL_COMx_TX_GPIO_CLK_DISABLE(__INDEX__)
#define EVAL_COMx_RX_GPIO_CLK_ENABLE(__INDEX__)
#define EVAL_COMx_RX_GPIO_CLK_DISABLE(__INDEX__)
#define JOY_SEL_PIN   IO_PIN_14
 Joystick Pins definition.
#define JOY_DOWN_PIN   IO_PIN_13
#define JOY_LEFT_PIN   IO_PIN_12
#define JOY_RIGHT_PIN   IO_PIN_11
#define JOY_UP_PIN   IO_PIN_10
#define JOY_NONE_PIN   JOY_ALL_PINS
#define JOY_ALL_PINS   (IO_PIN_10 | IO_PIN_11 | IO_PIN_12 | IO_PIN_13 | IO_PIN_14)
#define XSDN_PIN   IO_PIN_0
 Eval Pins definition.
#define MII_INT_PIN   IO_PIN_1
#define RSTI_PIN   IO_PIN_2
#define CAM_PLUG_PIN   IO_PIN_3
#define LCD_INT_PIN   IO_PIN_4
#define AUDIO_INT_PIN   IO_PIN_5
#define OTG_FS1_OVER_CURRENT_PIN   IO_PIN_6
#define OTG_FS1_POWER_SWITCH_PIN   IO_PIN_7
#define OTG_FS2_OVER_CURRENT_PIN   IO_PIN_8
#define OTG_FS2_POWER_SWITCH_PIN   IO_PIN_9
#define SD_DETECT_PIN   IO_PIN_15
#define IO_I2C_ADDRESS   0x84
#define TS_I2C_ADDRESS   0x82
#define TS3510_I2C_ADDRESS   0x80
#define EXC7200_I2C_ADDRESS   0x08
#define CAMERA_I2C_ADDRESS   0x60
#define AUDIO_I2C_ADDRESS   0x34
#define EEPROM_I2C_ADDRESS_A01   0xA0
#define EEPROM_I2C_ADDRESS_A02   0xA6
#define EVAL_I2Cx   I2C1
#define EVAL_I2Cx_CLK_ENABLE()   __I2C1_CLK_ENABLE()
#define EVAL_DMAx_CLK_ENABLE()   __DMA1_CLK_ENABLE()
#define EVAL_I2Cx_SCL_SDA_GPIO_CLK_ENABLE()   __GPIOB_CLK_ENABLE()
#define EVAL_I2Cx_FORCE_RESET()   __I2C1_FORCE_RESET()
#define EVAL_I2Cx_RELEASE_RESET()   __I2C1_RELEASE_RESET()
#define EVAL_I2Cx_SCL_PIN   GPIO_PIN_6
#define EVAL_I2Cx_SCL_SDA_GPIO_PORT   GPIOB
#define EVAL_I2Cx_SCL_SDA_AF   GPIO_AF4_I2C1
#define EVAL_I2Cx_SDA_PIN   GPIO_PIN_9
#define EVAL_I2Cx_EV_IRQn   I2C1_EV_IRQn
#define EVAL_I2Cx_ER_IRQn   I2C1_ER_IRQn

Enumerations

enum  Led_TypeDef { LED1 = 0, LED2 = 1, LED3 = 2, LED4 = 3 }
enum  Button_TypeDef { BUTTON_WAKEUP = 0, BUTTON_TAMPER = 1, BUTTON_KEY = 2 }
enum  ButtonMode_TypeDef { BUTTON_MODE_GPIO = 0, BUTTON_MODE_EXTI = 1 }
enum  JOYMode_TypeDef { JOY_MODE_GPIO = 0, JOY_MODE_EXTI = 1 }
enum  JOYState_TypeDef {
  JOY_NONE = 0, JOY_SEL = 1, JOY_DOWN = 2, JOY_LEFT = 3,
  JOY_RIGHT = 4, JOY_UP = 5
}
enum  COM_TypeDef { COM1 = 0, COM2 = 1 }

Functions

uint32_t BSP_GetVersion (void)
 This method returns the STM324x9I EVAL BSP Driver revision.
void BSP_LED_Init (Led_TypeDef Led)
 Configures LED GPIO.
void BSP_LED_On (Led_TypeDef Led)
 Turns selected LED On.
void BSP_LED_Off (Led_TypeDef Led)
 Turns selected LED Off.
void BSP_LED_Toggle (Led_TypeDef Led)
 Toggles the selected LED.
void BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef Button_Mode)
 Configures button GPIO and EXTI Line.
uint32_t BSP_PB_GetState (Button_TypeDef Button)
 Returns the selected button state.
void BSP_COM_Init (COM_TypeDef COM, UART_HandleTypeDef *husart)
 Configures COM port.
uint8_t BSP_JOY_Init (JOYMode_TypeDef Joy_Mode)
 Configures joystick GPIO and EXTI modes.
JOYState_TypeDef BSP_JOY_GetState (void)
 Returns the current joystick status.
uint8_t BSP_TS3510_IsDetected (void)
 Check TS3510 touch screen presence.

Detailed Description

This file contains definitions for STM324x9I_EVAL's LEDs, push-buttons and COM ports hardware resources.

Author:
MCD Application Team
Version:
V2.2.2
Date:
13-January-2016
Attention:

© COPYRIGHT(c) 2015 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file stm324x9i_eval.h.

Generated on Wed Jan 13 2016 15:52:54 for STM324x9I_EVAL BSP User Manual by   doxygen 1.7.6.1