Git Product home page Git Product logo

openblt-stm32's Introduction

OpenBLT-STM32

A generic OpenBLT for any STM32 board using Stm32duino

Why?

This project takes OpenBLT and add stm32duino (https://github.com/stm32duino/Arduino_Core_STM32) as HAL, so any STM32 is already supported, so you don't need any extra OpenBLT setup/config.

All you need to do is:

  1. Configure SD:
#define HSE_VALUE 12000000
#define SDCARD_SS_PIN                       PA4
#define SDCARD_SCK_PIN                      PA5
#define SDCARD_MISO_PIN                     PA6
#define SDCARD_MOSI_PIN                     PA7
#define SD_DETECT_PIN                       -1
#define SPI_SPEED                           2

#define FIRMWARE_FILENAME                   "firmware.srec"
#define FIRMWARE_FILENAME_RENAME            "firmware.cur"
  1. Select your MCU in the platformio.ini.

  2. Build using PlatformIO

openblt-stm32's People

Contributors

rhapsodyv avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

openblt-stm32's Issues

Can't build

I tried to build your project with PlatformIO but I get build errors.

"Error: Missing PlatformIO build script C:\Users....platformio\packages\framework-arduinoststm32\tools\platformio\platformio-build.py!"

The file exists but in the folder "...\framework-arduinoststm32\tools" and not in "...framework-arduinoststm32\tools\platformio".
But even if I copy the file in the desired folder I get alot of errors during build.

The first one is:
"C:\Users....platformio\packages\framework-arduinoststm32\system\STM32F4xx/stm32f4xx_hal_conf.h:4:10: fatal error: variant.h: No such file or directory".

There are also problems in "c_cpp_properties.json" shown:
"C:\Users....platformio\packages\framework-arduinoststm32\variants\STM32F4xx\F405RGT_F415RGT not found"

I just used the board which was as default selected but other board also fail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.