标题: [M467] Oscilloscope GUI Designed by emWin [打印本页] 作者: admin 时间: 2024-7-23 13:26 标题: [M467] Oscilloscope GUI Designed by emWin
Application: This example code utilizes the SEGGER emWin GUIBuilder tool to create a graphical user interface (GUI) for an oscilloscope. It is designed to be compatible with the M467 series development platform to showcase a graphical user interface for an oscilloscope.
BSP Version: M460_Series_BSP_CMSIS_V3.00.001
Hardware: NuMaker-HMI-M467
This example code demonstrates how to design the GUI (Graphical User Interface) for an oscilloscope project on the NuMaker-HMI-M467 evaluation board. It uses SEGGER emWin in development and designs interactive functions, such as Run/Stop button and Trigger button, Reset button, and Zoom in/out button. The application of EADC interrupts to capture analog signals, which are displayed on the screen. The sampling frequency of the EADC is set at 1 kHz and supports analog signal sources up to 3.3V. Additionally, the DAC outputs a 30Hz sine wave for validation.