Giter VIP home page Giter VIP logo

picobit's Introduction

-*- mode:org -*-

STM32F4Discovery board port.

Fork is using libopencm3 library to access hardware.

Some restrictions to take care of

  • Size of VM shouldnt be over 16kb, the size of first page where VM will reside. Using what is left of 16kb is complicated, so size up to 16kb should be ok.
  • Top level for ROM use is 1024KB - 32KB, maybe some additional data/configuration on one of the first pages, that is why -32KB.
  • Max memory usage up to 192KB, part of that memory is CCM(DMA uncapable) and should be used taken care of accordingly.

SDIO

D0 - PC8 D1 - PC9 D2 - PC10 D3 - PC11 CLK - PC12 CMD - PD2 CD - PD3

[8/25]

  • [X] hex2bin converter
  • [ ] REPL
  • [X] STM32F429I-DISCO
  • [ ] NAND interface
  • [ ] CDC/ACM
  • [ ] LCD
  • [ ] Camera interface
  • [ ] Network stack(S3?)
  • [ ] ModBus
  • [ ] SPI
  • [ ] Sleep using WDG
  • [ ] Decide how to implement DMA data transfers to VM side, look closely at alloc_ram_cell_init, start at list->string
  • [X] USART output
  • [X] USART input
  • [X] LED’s
  • [X] RTC
  • [X] Local seconds
  • [X] Clocks, timers
  • [ ] Fix systick overflow(49 days)
  • [ ] FPU arithmetics
  • [ ] Redo Makefile structure
  • [ ] Rewrite mktime function
  • [ ] Fix LSI/HSE clocking junk(LSI being the RTC clock and HSE clocking everything else)
  • [ ] SDIO
  • [ ] MMCSD inteface

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.