31 #ifndef STM3210E_INS_H_
32 #define STM3210E_INS_H_
36 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
38 #define DEBUG_PRINTF(level, ...) {if(level <= DEBUG_LEVEL && pios_com_debug_id > 0) { PIOS_COM_SendFormattedStringNonBlocking(pios_com_debug_id, __VA_ARGS__); }}
40 #define DEBUG_PRINTF(level, ...)
79 #define BOARD_READABLE true
80 #define BOARD_WRITABLE true
81 #define MAX_DEL_RETRYS 3
87 #define PIOS_LED_GREEN 0
88 #define PIOS_LED_RED 1
89 #define PIOS_ANNUNCIATOR_BUZZER 2
91 #define PIOS_LED_HEARTBEAT PIOS_LED_GREEN
92 #define PIOS_LED_ALARM PIOS_LED_RED
98 #define PIOS_WATCHDOG_TIMEOUT 250
99 #define PIOS_WDG_REGISTER RTC_BKP_DR4
120 #define PIOS_COM_GPS (pios_com_gps_id)
121 #define PIOS_COM_TELEM_USB (pios_com_telem_usb_id)
122 #define PIOS_COM_BRIDGE (pios_com_bridge_id)
123 #define PIOS_COM_VCP (pios_com_vcp_id)
124 #define PIOS_COM_MAVLINK (pios_com_mavlink_id)
125 #define PIOS_COM_HOTT (pios_com_hott_id)
126 #define PIOS_COM_FRSKY_SENSOR_HUB (pios_com_frsky_sensor_hub_id)
127 #define PIOS_COM_FRSKY_SPORT (pios_com_frsky_sport_id)
128 #define PIOS_COM_LIGHTTELEMETRY (pios_com_lighttelemetry_id)
129 #define PIOS_COM_OPENLOG (uintptr_t)(pios_com_openlog_logging_id)
130 #define PIOS_COM_STORM32BGC (pios_com_storm32bgc_id)
131 #define PIOS_COM_TBSVTXCONFIG (pios_com_tbsvtxconfig_id)
133 #if defined(PIOS_INCLUDE_DEBUG_CONSOLE)
135 #define PIOS_COM_DEBUG (pios_com_debug_id)
144 #define RS_ECC_NPARITY 4
147 #define PIOS_SYSCLK SYSCLK_FREQ
158 #define PIOS_PERIPHERAL_APB1_CLOCK (PIOS_SYSCLK / 4)
168 #define PIOS_PERIPHERAL_APB2_CLOCK (PIOS_SYSCLK / 2)
174 #define PIOS_IRQ_PRIO_LOW 12 // lower than RTOS
175 #define PIOS_IRQ_PRIO_MID 8 // higher than RTOS
176 #define PIOS_IRQ_PRIO_HIGH 5 // for SPI, ADC, I2C etc...
177 #define PIOS_IRQ_PRIO_HIGHEST 4 // for USART etc...
184 #define PIOS_RCVR_MAX_CHANNELS 12
189 #define PIOS_PPM_NUM_INPUTS 12
194 #define PIOS_PWM_NUM_INPUTS 8
199 #define PIOS_DSM_NUM_INPUTS 12
204 #define PIOS_SBUS_NUM_INPUTS (16+2)
209 #define PIOS_HSUM_MAX_DEVS 2
210 #define PIOS_HSUM_NUM_INPUTS 32
215 #define PIOS_SERVO_UPDATE_HZ 50
216 #define PIOS_SERVOS_INITIAL_POSITION 0
221 #define PIOS_TIM_MAX_DEVS 8
226 #define PIOS_ADC_MAX_OVERSAMPLING 1
227 #define PIOS_ADC_USE_ADC2 0
229 #define VREF_PLUS 3.275
231 #define PIOS_ADC_SUB_DRIVER_MAX_INSTANCES 3
236 #define PIOS_USB_ENABLED 1
uintptr_t pios_com_frsky_sport_id
uintptr_t pios_com_frsky_sensor_hub_id
uintptr_t pios_com_tbsvtxconfig_id
uintptr_t pios_com_telem_serial_id
uintptr_t pios_com_debug_id
uintptr_t pios_com_hott_id
uintptr_t pios_com_mavlink_id
uintptr_t pios_com_lighttelemetry_id
uintptr_t pios_com_openlog_logging_id
uintptr_t pios_com_telem_usb_id
uintptr_t pios_com_bridge_id
uintptr_t pios_com_storm32bgc_id
uintptr_t pios_com_gps_id
uintptr_t pios_com_vcp_id