Skip to content

Instantly share code, notes, and snippets.

@bonbizin
Last active October 3, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonbizin/8fc5254b9c01f769f689 to your computer and use it in GitHub Desktop.
Save bonbizin/8fc5254b9c01f769f689 to your computer and use it in GitHub Desktop.
TI Chronos EZ430 SDK

Chronos z430

USB Access Point

MSP430F5509/CC1101 USB Access point (current kit, white PCB)

MSP430F5509 is a low power microcontroller with 16-bit RISC CPU, 16-bit registers, integrated USB 2.0, four 16-bit timers, a high-performance 10-bit analog-to-digital converter (ADC), two universal serial communication interfaces (USCIs), a hardware multiplier, DMA, a real-time clock (RTC) module with alarm capabilities, and 31 or 47 I/O pins.

GCC Compiler

Installed:

gcc-msp430 4.6.3
msp430mcu

gcc-msp430 4.6.3

Version: 4.6.3~mspgcc-20120406-5

This is the GNU C compiler, a fairly portable optimizing compiler for C for TI’s MSP430 architecture. This package is primarily for MSP430 developers and cross-compilers and is not needed by normal users.

  1. Compiler Files

/usr/bin/msp430-c++
/usr/bin/msp430-cpp
/usr/bin/msp430-g++
/usr/bin/msp430-gcc
/usr/bin/msp430-gcc-4.6.3
/usr/bin/msp430-gcov
/usr/lib/gcc
/usr/lib/gcc/msp430
/usr/lib/gcc/msp430/4.6.3
usr/share/doc/gcc-msp430
/usr/share/doc/gcc-msp430/README.Debian
/usr/share/locale
/usr/share/locale/be
/usr/share/locale/be/LC_MESSAGES
/usr/share/locale/be/LC_MESSAGES/cpplib.mo
/usr/share/locale/be/LC_MESSAGES/gcc.mo

msp430mcu

Spec files, headers and linker scripts for TI’s MSP430 targets
/usr/bin/msp430mcu-config
/usr/msp430/include
/usr/msp430/lib
/usr/share/doc/msp430mcu
/usr/share/lintian/overrides/msp430mcu

Go Dev

Syscall package provides an example of how go lang can interface directly with OS. Thus this technique can be used to integrate the drivers with Go Lang.

DevKit

Bluetooth Low Energy

SimpliciTI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment