This repository contains the source code and configuration files of the Arancino V12 Board for ST's STM32H743 processor.
This core is available as a package in the Arduino IDE cores manager. If you want to install it:
- Open the Preferences of the Arduino IDE.
- Add this URL
https://media.githubusercontent.com/media/fastlock/testing-persona-stm32core/main/package_platformSTMsmartme_index.json
in the Additional Boards Manager URLs field, and click OK. - Open the Boards Manager (menu Tools->Board->Board Manager...)
- Install Arancino V Boards
- Select one of the boards under Arancino Boards in Tools->Board menu
- Compile/Upload as usual
Before upload make sure if this options are enabled.
- On tools of the Arduino IDE,check if the U(S)ART support is set to ENABLED(generic 'Serial')
- On tools of the Arduino IDE,check if the USB support is set to CDC(generic 'Serial' supersede U(S)ART)
Work in progress
This core has been developed by STM32Duino(https://github.com/stm32duino
),
and customized by smartme.IO s.r.l.
Copyright (c) 2019 smartme.IO. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA