This function handles NMI exception.
This function handles Hard Fault exception.
This function handles Debug Monitor exception.
This function handles Memory Manage exception.
This function handles Bus Fault exception.
This function handles Usage Fault exception.
This function handles SysTick Handler.
This function handles SVCall exception.
This function handles PendSVC exception.
This function handles External line 10..15 interrupt request.
This function handles External line 0 interrupt request.
Performs the TS calibration
check if the TS is calibrated
Calibrate x position (to obtain X = calibrated(x))
SD Demo polling detection
SD_Detection checks detection and writes msg on display
This function handles External line 1 interrupt request.
Main part of SD Demo Test
Touchscreen Demo1 : test touchscreen calibration and single touch in polling mode
Touchscreen Demo2 : test touchscreen single and dual touch in polling mode
This function handles QUADSPI interrupt request.
Draw Touchscreen Background
TouchScreen get touch position
Touchscreen Demo3 : test touchscreen single touch in interrupt mode
SD Demo polling detection
Main part of SD Demo Test
Gets Data from storage unit.
Display TS Demo Hint for all touchscreen demos depending on passed demoIndex in parameter.
Display main demo messages.
Fills buffer with user predefined data.
Fills buffer with user predefined data.
TouchScreen_Calibration_WaitForPressedState : wait until a particular press/depress action The function is managing anti-rebound : that is the awaited state when detected needs to be stable for a sufficient time (timeout time), otherwise a new sense to search for awaited state is performed. When awaited state is found and state is stable for timeout duration, the function is exited.
Draw Touchscreen Background
TouchScreen get touch position
Display Audio Record demo hint
This function is executed in case of error occurrence.
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 200 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 3
Fills buffer with user predefined data.
Touchscreen_Handle_NewTouch: factorization of touch management