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 PPP interrupt request. This function handles TIM interrupt request.
GUIDEMO_ShowIntro Function description Shows the GUIDEMO introduction screen which display the title of the sample and a short description.
Provide the GUI with current state of the touch screen
GUIDEMO_AddStringToString
GUIDEMO_NotifyStartNext Use this function if the next step of the current sample will be shown immediately
GUIDEMO_Wait This function has to be called if the current step is a static frame and another step will follow
GUIDEMO_Delay This function has to be called if the current step of the sample is the last one and consists of a single frame
GUIDEMO_UpdateControlText
RTC MSP De-Initialization This function frees the hardware resources used in this application: - Disable the Peripheral's clock
RTC MSP De-Initialization This function frees the hardware resources used in this application: - Disable the Peripheral's clock
Public functions Initializes the LCD.
Public functions GUIDEMO_SetDrawLogo
public code GUIDEMO_Cursor
Public code GUIDEMO_Listview
Public code GUIDEMO_Speed
Public code GUIDEMO_Treeview
Configure the current time and date.
public code GUIDEMO_Bitmap
Public routines GUIDEMO_IconView
Public code GUIDEMO_Automotive
Public code GUIDEMO_TransparentDialog
_WriteGear Description: Show current gear
static code _ShowCursorType
Static code _WaitForPressedState Purpose: Waits until the touch is in the given pressed state for at least 250 ms
Static functions _ClearHalt This function is called if the next button is pressed after the demo was halted
_DispStringCentered Purpose: Shows the given text horizontally and vertically centered
Initializes the STM324xG-EVAL's LCD and LEDs resources.
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 168000000 HCLK(Hz) = 168000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 25000000 PLL_M = 25 PLL_N = 336 PLL_P = 2 PLL_Q = 7 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5
Initializes STM_FSMC_BANK3 MSP.
LcdWriteReg Function description: Sets display register
LcdWriteData Function description: Writes a value to a display register
LcdWriteDataMultiple Function description: Writes multiple values to a display register.
LcdReadDataMultiple Function description: Reads multiple values from a display register.
Static functions _AddData_Sine
_InitListview Purpose: Adds some data to the listview widget
_Action Purpose: Does some action with the widget
Static code _AddRow Purpose: Inserts or adds a new row of data to the given LISTVIEW Parameter: hItem - Handle of LISTVIEW widget Insert - 1 for inserting a row,0 for adding a row
Static code _GetPixelsPerSecond
Static code _cbWin Purpose: Callback routine of map window. On receiving a timer message it invalidates itself and restarts the timer.
_cbClient Purpose: Callback routine of property dialog
_cbFrame Purpose: Callback routine of frame window
_InitTreeview Purpose: Adds some data to the treeview widget
_cbDialog Purpose: Callback of dialog
_Action Purpose: Does some action with the treeview widget
_DemoTreeview Purpose: Creates the dialog and starts the demo
_GetPhysValues Purpose: Asks the user to press the touch screen at the given position and returns the physical A/D values
_Explain Purpose: Shows a text to give a short explanation of the sample program