# MAX32665 **Repository Path**: terrific123/max32665 ## Basic Information - **Project Name**: MAX32665 - **Description**: Example code for MAX32665/6 - **Primary Language**: C - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-30 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # max32665 example code ## downlaod command line in OpenOCD openocd -s C:/MaximSDK/Tools/OpenOCD/scripts -f interface/cmsis-dap.cfg -f target/MAX32665.cfg -c "program ./build/max32665.elf verify reset exit"