Git Product home page Git Product logo

arm-bmw-sw's Introduction

Primary

  • luaradio - Lightweight, embeddable software-defined radio framework built on LuaJIT
  • zigradio - Lightweight software-defined radio framework built with Zig
  • python-periphery - Pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux
  • lua-periphery - Lua library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux
  • c-periphery - C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux
  • u-msgpack-python - Portable, lightweight MessagePack serializer and deserializer written in pure Python
  • briefsky - Weather frontend to a variety of weather providers

Software

  • snake.ts - Simple console snake implementation written in TypeScript
  • evolve110 - Rule 110 implementation on the Ethereum blockchain written in Solidity/JavaScript
  • rigexpert-tool - Tool to dump impedance sweeps from RigExpert antenna analyzers written in Python
  • ssterm - Simple console-based serial port terminal written in Python
  • ntgbtminer - No thrills getblocktemplate Bitcoin miner written in Python
  • btckeygenie - Standalone Bitcoin keypair/address generator written in Go
  • template110 - Rule 110 implemented with templates and std::array written in C++11
  • tinytaptunnel - a point-to-point layer 2 tap interface tunnel over UDP/IP written in Go
  • audioprism - Spectrogram tool for PulseAudio and WAV files written in C++11
  • arm-bmw-sw - ARM Bare Metal Widget (arm-bmw) software written in C
  • minifortune - Minimal fortune-mod clone written in C

Hardware/RTL

  • teatimer - Simple kitchen timer implemented in digital logic on a Lattice MachXO2 CPLD
  • arm-bmw-hw - ARM Bare Metal Widget (arm-bmw) hardware
  • wclock - LED Word Clock
  • v8cpu - Simple multi-cycle von Neumann architecture 8-bit CPU in under 500 lines of Verilog
  • wireless-triac - Wireless ZigBee/XBee Controlled TRIAC
  • wireless-power-meter - Wireless ZigBee/XBee V-I Power Meter

3D Models

Presentations

Miscellaneous

  • radio-decoders - Miscellaneous radio demodulator/decoder experiments
  • gardend-lua - Modular, discrete-time control daemon for a hydroponic garden written in Lua
  • yatumblr-backup - Yet another tumblr backup script

Archived

  • libGIS - Library for creating/reading/writing Atmel Generic, Intel HEX8, and Motorola S-Record files
  • libGISdotnet - Port of libGIS to .NET
  • vavrdisasm - 8-bit Atmel AVR disassembler
  • vpicdisasm - Microchip PIC disassembler
  • 0xtrades.info - Real-time trade viewer for the 0x protocol
  • mbed-cmsis - Guide for building your own CMSIS Code for the mbed
  • cmsis-templates - CMSIS v3.20 Bootstrapping Templates for GNU ARM Tools
  • qrd - Simple QR Code decoder for educational purposes

arm-bmw-sw's People

Contributors

vsergeev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gavinlwz telantan

arm-bmw-sw's Issues

clion+stm32

I try to press RST,but the result was the same

Info : DEPRECATED target event trace-config; use TPIU events {pre,post}-{enable,
disable}
adapter speed: 8000 kHz

Info : CMSIS-DAP: SWD  supported
Info : CMSIS-DAP: JTAG supported
Info : CMSIS-DAP: FW Version = 1.0
Info : CMSIS-DAP: Interface Initialised (SWD)
Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 0 TDO = 1 nTRST = 0 nRESET = 1
Info : CMSIS-DAP: Interface ready
Info : clock speed 8000 kHz
Info : SWD DPIDR 0x2ba01477
Info : stm32f1x.cpu: Cortex-M3 r2p1 processor detected
Info : stm32f1x.cpu: target has 6 breakpoints, 4 watchpoints
Info : gdb port disabled
Error: timed out while waiting for target halted
embedded:startup.tcl:1029: Error: ** Unable to reset target **
in procedure 'program'
in procedure 'program_error' called at file "embedded:startup.tcl", line 1066
at file "embedded:startup.tcl", line 1029

this is st_nucleo_f103rb.cfg

# choose st-link/j-link/dap-link etc.
adapter driver cmsis-dap
transport select swd

# 0x10000 = 64K Flash Size
set FLASH_SIZE 0x20000

source [find target/stm32f1x.cfg]

# download speed = 10MHz
adapter speed 8000

Plese help me!

Error: timed out while waiting for target halted

I've got an lpc1114fn28 connected to an stlink-v2 from a discovery board.
CN3 pins connected 1->VDD, 2->SWCLK, 3->GND, 4->SWDIO, 5-> reset, 6 -nc .. power to lpc1114 coming from the 3V pin on the discovery.

When I run it fails at the reset init function, if i remove that line and replace it with a halt, I can then connect via arm-none-eabi-gdb and successfully load and debug.

Do I need to do anything special with the reset pin? I have an external pullup connected and pin 5 from the debug connector on the discovery board.

Thanks,
-rick

$ openocd -s openocd -f debug.cfg 
Open On-Chip Debugger 0.8.0-dev-00331-g1137eae (2014-01-25-15:17)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
srst_only separate srst_gates_jtag srst_open_drain connect_deassert_srst
Info : This adapter doesn't support configurable speed
Info : STLINK v2 JTAG v17 API v2 SWIM v0 VID 0x0483 PID 0x3748
Info : using stlink api v2
Info : Target voltage: 2.898221
Info : lpc1114.cpu: hardware has 4 breakpoints, 2 watchpoints
Error: timed out while waiting for target halted
TARGET: lpc1114.cpu - Not halted

Runtime Error: debug.cfg:9: 
in procedure 'script' 
at file "embedded:startup.tcl", line 58
in procedure 'reset' called at file "debug.cfg", line 9
$ 

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.