Apps available
- USB_I2C_MAX3263X - a USB-to-I2C interface via CDC ACM
Usage
- Copy/clone project files to desired location.
- Import project to Eclipse by selecting: File > Import...
MAX32630FTHR board C source files for the Maxim ARM Cortex Toolchain
Usage
- Install Maxim ARM Cortex Toolchain from here.
- Copy and paste "FTHR" directory to %MAXIMDIR%\Firmware\MAX3263X\Libraries\Boards, where %MAXIMDIR& is "C:\Maxim" by default.
- Open Eclipse.
- Select on menu: File > New > Maxim Microcontrollers
- Type project name on "Project name" field. Click next.
- Set chip type as "MAX3263X".
- Set board type as "FTHR".
- Select example any of the examples.
- Select appropriate adapter type.
- Edit main.c according to your needs.
- Run/debug program
For more info about using Eclipse, open README.pdf in %MAXIMDIR%
Differences from EvKit_V1 board
- Console is set to utilize USB CDC ACM instead of UART.
- STDIO read() and write() are implemented for USB CDC ACM. (i.e. printf() will print to host via USB COM port)
- MAX14690 PMIC interrupts are disabled by default.
- MAX14690 PMIC LDO2 doesn't turn off with the absence of VBUS (due to hardware differences).