Example application using Maxim Integrated's MAX35103EVKIT2
This application example uses the MAX35103EVKIT2 to demonstrate transfering data from an embedded system into Matlab running on a Windows PC via UART. The protcol library is designed to be portable.
Please see matlab/matlab.pdf for details.
Please note that this project uses git submodules. The proper way to clone this repository is as follows:
git clone --recursive https://github.com/maxim-ic-flow/matlab.git
To switch between branches:
git checkout <branch>
git submodule update --recursive --remote --init
IAR Embedded Workbench for ARM 7.70+
https://www.iar.com/iar-embedded-workbench/tools-for-arm/arm-cortex-m-edition/
Microsoft Visual Studio (Community 2015)
Matlab 2016a+ (other versions may work)