Close

SYT Embedded Devices

michaelmichael wrote 02/24/2021 at 10:57 • 1 min read • Like

# Why again a new Microcontroller?

# Where are the main differences?
TODO Table of differences
    + STM32F3/F4
    + RaspberryPico (RP2040)
    * ArduinoUno (ATMega328P)
    * ArduinoATMega
    * ArduinoMicro/Nano

Core
    * Geschwindigkeit
    * Speicher
Peripherals
    * ADC/DAC
    * Timer
    * Interrupts
    * Pins
Power-Consumption
Communication
    * SPI
    * I2C
    * USART

# Toolchain and SDK on the fly

## Comparison to ArduinoIDE

# Differences MicroPython and C/C++

## Resources
* https://www.raspberrypi.org/documentation/pico/getting-started/
* https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf
* https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
* https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf
* https://www.mikrocontroller.net/articles/ARM_Cortex_Mikrocontroller
* https://github.com/raspberrypi/pico-sdk
* https://www.elektormagazine.de/news/neu-raspberry-pi-pico-und-der-mikrocontroller-rp2040

Like

Discussions