https://github.com/ttrftech/lpc4370sdr-fm
Standalone SDR experiment using multicore MCU - FM version
https://github.com/ttrftech/lpc4370sdr-fm
ili9341 lpc4370 lpcxpresso sdr
Last synced: about 1 year ago
JSON representation
Standalone SDR experiment using multicore MCU - FM version
- Host: GitHub
- URL: https://github.com/ttrftech/lpc4370sdr-fm
- Owner: ttrftech
- Created: 2018-04-13T17:36:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T02:10:04.000Z (about 8 years ago)
- Last Synced: 2025-04-03T08:42:30.878Z (about 1 year ago)
- Topics: ili9341, lpc4370, lpcxpresso, sdr
- Language: C
- Size: 306 KB
- Stars: 15
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LPC4370 SDR - Standalone SDR experiment using multicore MCU - FM version
==========================================================
# About
MCU based Standalone SDR implementation with LCD using multicore and integrated high speed ADC.
This project is derived from article of Interface magazine (Aug 2016) from CQ publishing.
# Prerequisite
* Hardware
* LPC-Link2
* I2S Codec & LCD daughterboard
* IDE
* LPCXpresso
# How to build
Launch lpcxpresso, activate free edition.
## Import libraries
Import projects to workspace from Quickstart pane.
* CMSIS_DSPLIB_CM0
* CMSIS_DSPLIB_CM4
* CMSIS_LPC43xx_DriverLib
* CMSIS_LPC43xx_DriverLib-M0
## Import projects
Download .zip, and import it to workspace.
## Build projects
Build each project.
* DisplayM0APP (M0 App core)
* FMReceiverMC (M4)