# STM32F7xx **Repository Path**: Kono2019/STM32F7xx ## Basic Information - **Project Name**: STM32F7xx - **Description**: https://github.com/grblHAL/STM32F7xx grblHAL STMF7系列的驱动 https://gitee.com/exp-hardware/grbl_core - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2025-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: GRBL, HAL, stm32 ## README ## grblHAL driver for STM32F7xx processors This driver can be built with the [Web Builder](http://svn.io-engineering.com:8080/?driver=STM32F7xx), for other alternatives see the Wiki-page for [compiling grblHAL](https://github.com/grblHAL/core/wiki/Compiling-GrblHAL) for instructions for how to import the project, configure the driver and compile. __NOTE:__ This is an initial version, currently only bench tested with an oscillocope using a [Nucleo-F756ZG board](https://www.st.com/en/evaluation-tools/nucleo-f756zg.html). My intention is to as a reference driver as the Nucleo board has plenty of GPIO pins, native USB and ethernet. Available driver options can be found [here](Inc/my_machine.h). --- 2023-09-20