GithubHelp home page GithubHelp logo

rpipicoflashexp's Introduction

RPIPicoFlashExp

Experiments in Writing to Flash on Raspberry Pi Pico. This repo goes along with a Video on my YouTube channel.

The experiments show approaches to writing to Flash as non volatile storage on the Raspberry Pi Pico and Pico-W.

1-BareMetal

This shows the basic write and read approach to using Flash. Calculating a position at the top of the Flash away from the code.

NOTE this is not a safe example as does not protect the code from interrupts.

2-BareMetalInt

This example extends exampe 1 to also protect from interrupts. It sets up a simple timer interrupt to give the code some challenge to defend against.

3-BareMetal2Core

This example extends 2 by also adding code to run on the secon core (core 1). The second core must be also locked out so it stops reading its code form flash during writing to the flash.

Build Process

Each project is a folder. Each requires a build folder created within in it and the normal build process:

mkdir build
cd build
cmake ..
make

rpipicoflashexp's People

Contributors

jondurrant avatar

Stargazers

Victor Condino avatar

Watchers

 avatar

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.