Go to the documentation of this file.
21 #ifndef STM32H747I_DISCO_CONF_H
22 #define STM32H747I_DISCO_CONF_H
29 #include "stm32h7xx_hal.h"
32 #define USE_COM_LOG 0U
33 #define USE_BSP_COM_FEATURE 1U
35 #define USE_LCD_CTRL_OTM8009A 1U
36 #define USE_LCD_CTRL_ADV7533 1U
38 #define LCD_LAYER_0_ADDRESS 0xD0000000U
39 #define LCD_LAYER_1_ADDRESS 0xD0200000U
41 #define USE_DMA2D_TO_FILL_RGB_RECT 0U
43 #define USE_CAMERA_SENSOR_OV5640 1U
44 #define USE_CAMERA_SENSOR_S5K5CAG 1U
46 #define USE_AUDIO_CODEC_WM8994 1U
49 #define DEFAULT_AUDIO_IN_BUFFER_SIZE 64U
51 #define USE_TS_GESTURE 1U
52 #define USE_TS_MULTI_TOUCH 1U
55 #define TS_TOUCH_NBR 2U
56 #define CAMERA_FRAME_BUFFER ((uint32_t)0xD0600000)
59 #define BSP_SDRAM_IT_PRIORITY 15U
60 #define BSP_CAMERA_IT_PRIORITY 15U
61 #define BSP_BUTTON_WAKEUP_IT_PRIORITY 15U
62 #define BSP_AUDIO_OUT_IT_PRIORITY 14U
63 #define BSP_AUDIO_IN_IT_PRIORITY 15U
64 #define BSP_SD_IT_PRIORITY 14U
65 #define BSP_SD_RX_IT_PRIORITY 14U
66 #define BSP_SD_TX_IT_PRIORITY 15U
67 #define BSP_TS_IT_PRIORITY 15U
68 #define BSP_JOY1_SEL_IT_PRIORITY 15U
69 #define BSP_JOY1_DOWN_IT_PRIORITY 15U
70 #define BSP_JOY1_LEFT_IT_PRIORITY 15U
71 #define BSP_JOY1_RIGHT_IT_PRIORITY 15U
72 #define BSP_JOY1_UP_IT_PRIORITY 15U