stm32h747i_discovery_conf.h
Go to the documentation of this file.
1 
20 /* Define to prevent recursive inclusion -------------------------------------*/
21 #ifndef STM32H747I_DISCO_CONF_H
22 #define STM32H747I_DISCO_CONF_H
23 
24 #ifdef __cplusplus
25  extern "C" {
26 #endif
27 
28 /* Includes ------------------------------------------------------------------*/
29 #include "stm32h7xx_hal.h"
30 
31 /* COM define */
32 #define USE_COM_LOG 0U
33 #define USE_BSP_COM_FEATURE 1U
34 /* LCD controllers defines */
35 #define USE_LCD_CTRL_OTM8009A 1U
36 #define USE_LCD_CTRL_ADV7533 1U
37 
38 #define LCD_LAYER_0_ADDRESS 0xD0000000U
39 #define LCD_LAYER_1_ADDRESS 0xD0200000U
40 
41 #define USE_DMA2D_TO_FILL_RGB_RECT 0U
42 /* Camera sensors defines */
43 #define USE_CAMERA_SENSOR_OV5640 1U
44 #define USE_CAMERA_SENSOR_S5K5CAG 1U
45 /* Audio codecs defines */
46 #define USE_AUDIO_CODEC_WM8994 1U
47 
48 /* Default Audio IN internal buffer size */
49 #define DEFAULT_AUDIO_IN_BUFFER_SIZE 64U
50 /* TS supported features defines */
51 #define USE_TS_GESTURE 1U
52 #define USE_TS_MULTI_TOUCH 1U
53 
54 /* Default TS touch number */
55 #define TS_TOUCH_NBR 2U
56 #define CAMERA_FRAME_BUFFER ((uint32_t)0xD0600000)
57 
58 /* IRQ priorities */
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
73 
74 #ifdef __cplusplus
75 }
76 #endif
77 
78 #endif /* STM32H747I_DISCO_CONF_H */
79 
80 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:54