【E61】基于NXP LPC824的示波器软件

2021-08-13 19:59:24      索炜达电子      993     

项目编号:E61

文件大小:378K

源码说明:带中文注释

开发环境:C编译器

简要概述:

基于NXP LPC824的示波器软件

【E61】基于NXP LPC824的示波器软件

文件列表:

目录│文件列表:

 └ LPC824_MiniOscilloscope

    └ LPC824_MiniOscilloscope

       │ JLinkLog.txt

       │ JLinkSettings.ini

       │ LPC824.uvoptx

       │ LPC824.uvprojx

       │ Packs_LPC824.htm

       ├ Application

       │  │ ADC.C

       │  │ ADC.h

       │  │ key_PINT.c

       │  │ key_PINT.h

       │  │ main.c

       │  └ main.h

       ├ Common

       │  ├ board

       │  │  │ board.c

       │  │  │ board.h

       │  │  │ board_api.h

       │  │  └ retarget.h

       │  ├ chip

       │  │  │ chip.h

       │  │  │ clock_8xx.c

       │  │  │ clock_8xx.h

       │  │  │ cmsis.h

       │  │  │ error_8xx.h

       │  │  │ fmc_8xx.h

       │  │  │ ioswm_8xx.c

       │  │  │ ioswm_8xx.h

       │  │  │ lpc_types.h

       │  │  │ swm_8xx.c

       │  │  │ syscon_8xx.c

       │  │  │ syscon_8xx.h

       │  │  └ sysinit_8xx.c

       │  ├ CMSIS

       │  │  │ cmsis_armcc.h

       │  │  │ cmsis_armcc_V6.h

       │  │  │ core_cm0plus.h

       │  │  │ core_cmFunc.h

       │  │  └ core_cmInstr.h

       │  └ startup

       │     └ keil_startup_lpc82x.s

       ├ Drivers

       │  │ peri_driver.h

       │  ├ acmp

       │  │  │ acmp_8xx.c

       │  │  └ acmp_8xx.h

       │  ├ adc

       │  │  │ adc_8xx.c

       │  │  └ adc_8xx.h

       │  ├ crc

       │  │  │ crc_8xx.c

       │  │  └ crc_8xx.h

       │  ├ delay

       │  │  │ delay.c

       │  │  └ delay.h

       │  ├ dma

       │  │  │ dma_8xx.c

       │  │  └ dma_8xx.h

       │  ├ gpio

       │  │  │ gpio_8xx.c

       │  │  └ gpio_8xx.h

       │  ├ i2c

       │  │  │ i2c_8xx.c

       │  │  └ i2c_8xx.h

       │  ├ iap

       │  │  │ iap.c

       │  │  └ iap.h

       │  ├ IIC

       │  │  │ IIC.c

       │  │  └ IIC.h

       │  ├ inmux

       │  │  └ inmux_8xx.h

       │  ├ mrt

       │  │  │ mrt_8xx.h

       │  │  │ stopwatch.c

       │  │  └ stopwatch.h

       │  ├ OLED

       │  │  │ bmp.h

       │  │  │ oled.c

       │  │  │ oled.h

       │  │  └ oledfont.h

       │  ├ pinint

       │  │  │ pinint_8xx.c

       │  │  └ pinint_8xx.h

       │  ├ pmu

       │  │  │ pmu_8xx.c

       │  │  └ pmu_8xx.h

       │  ├ rom

       │  │  │ romapi_8xx.h

       │  │  │ rom_i2c_8xx.h

       │  │  │ rom_pwr_8xx.h

       │  │  └ rom_uart_8xx.h

       │  ├ sctimer

       │  │  │ sct_8xx.c

       │  │  │ sct_8xx.h

       │  │  │ sct_pwm_8xx.c

       │  │  └ sct_pwm_8xx.h

       │  ├ spi

       │  │  │ spi_8xx.c

       │  │  └ spi_8xx.h

       │  ├ uart

       │  │  │ ring_buffer.c

       │  │  │ ring_buffer.h

       │  │  │ uart_8xx.c

       │  │  └ uart_8xx.h

       │  ├ wkt

       │  │  │ wkt_8xx.c

       │  │  └ wkt_8xx.h

       │  └ wwdt

       │     │ wwdt_8xx.c

       │     └ wwdt_8xx.h

       ├ FFT

       │  │ Adafruit_ZeroFFT.h

       │  │ arm_common_tables.c

       │  │ arm_common_tables.h

       │  │ fftutil.c

       │  │ fftwindows.c

       │  │ library.properties

       │  │ license.txt

       │  └ README.md

       ├ Listings

       │  │ keil_startup_lpc82x.lst

       │  └ LPC824_MiniOscilloscope.map

       ├ Objects

       │  │ LPC824_MiniOscilloscope.axf

       │  │ LPC824_MiniOscilloscope.hex

       │  └ LPC824_MiniOscilloscope.sct

       └ RTE

          └ _LPC824

             └ RTE_Components.h


TAGLPC824
  • 3 次
  • 1 分