-
Datei
beispiel.html
LPC2138 | LPC2148 | LT1070 | LT1074 | LTS-6960HR | LTS-6980HR | MC34063 | MC3479P | MM232R | MONCONN3 | MSP430F133 | MSP430F135 | MSP430F147 | MSP430F1471 | MSP430F148 | MSP430F1481 | MSP430F149 | MSP430F1491 | MSP430F155 | MSP430F156 | MSP430F157 | MSP430F1610 | MSP430F1611 | MSP430F1612 | MSP430F167 | MSP430F168 | MSP430F169 | MSP430F412 | MSP430F413 | MSP430F415 | MSP430F417 | MSP430F423 | MSP430F425 | MSP430F427 | MT8889CE | NE542 | NPN | OPTO-THYRISTOR | OPTO-TRANSISTOR | OPTO-TRIAC | OPTO_DARLINGTON | PAL20 |
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
PDF
MSP430F2xxx_ppt.pdf
MSP430F20xx- Tiny, Fast and Flexible Vincent Chan MSP430 Business Development Manager TI Asia vince-chan@ti.com © 2005 Texas Instruments Inc, Slide 1 MSP430F1xx Versus MSP430F2xx 1xx 2xx CPU Clock 8MHz
-
PDF
msp430fr2532_errata.pdf
Version Number Notes IAR Embedded Workbench Not affected User is required to add the compiler or TI MSP430 Compiler Tools (Code v4.0.x or later assembler flag option below. Composer Studio) --silicon_errata=CPU21 MSP430 GNU Compiler (MSP430-GCC) MSP430-GCC 4.9 build 167 or later CPU22 CPUXv2 Module Function
in „MSP430 Output nur auf zwei von vier Pinnen möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
manual.pdf
7 . . 4.3 Interrupt Listing . . . . . . . . . . . . . . . . . . . . . .8. . . . 5 Introduction to MSP430 Assembly 11 6 MSP430 Assembly Reference 13 Bibliography 15 iv 1 Introduction The LockIT Pro is the ▯rst of a new series of locks. It is controlled by a MSP430 microcontroller, and is the most advanced
in „msp430-reverse-engineering-debugging-browser-game“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
sdcard_appnote_foust.pdf
This application note describes the implementation of an SD Card interface for the Texas Instruments MSP430, a low-power 16-bit microcontroller [4]. This interface, combined with the MSP430, can form the foundation for a low-cost, long-life data logger or media player or recorder. SD Card Standard The
in „Geschwindigkeit SD-Card“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
sdcard_appnote_foust.pdf
This application note describes the implementation of an SD Card interface for the Texas Instruments MSP430, a low-power 16-bit microcontroller [4]. This interface, combined with the MSP430, can form the foundation for a low-cost, long-life data logger or media player or recorder. SD Card Standard The
in „SD-Initialisierung: Bitreihenfolge der Kartenantwort“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
sdcard_appnote_foust.pdf
This application note describes the implementation of an SD Card interface for the Texas Instruments MSP430, a low-power 16-bit microcontroller [4]. This interface, combined with the MSP430, can form the foundation for a low-cost, long-life data logger or media player or recorder. SD Card Standard The
in „Bekomme SDHC nicht initialisiert“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa283a.pdf
Application Report SLAA283A – December 2005 – Revised March 2009 Ultra-Low Power Motion Detection Using the MSP430F2013 Zack Albus MSP430 Applications ABSTRACT Motion detection using pyroelectric passive infrared, or PIR, sensor elements is a common method used for such applications. An implementation of such a system using the 16-bit Sigma-Delta ADC integrated into the MSP430F2013 in order to detect motion is presented in this application report. 1 Hardware Design A system capable of detecting motion using a dual element PIR sensor is shown in Figure 1 using the MSP430F2013
in „PIR Sensor (3polig) auswerten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa283a.pdf
Application Report SLAA283A – December 2005 – Revised March 2009 Ultra-Low Power Motion Detection Using the MSP430F2013 Zack Albus MSP430 Applications ABSTRACT Motion detection using pyroelectric passive infrared, or PIR, sensor elements is a common method used for such applications. An implementation of such a system using the 16-bit Sigma-Delta ADC integrated into the MSP430F2013 in order to detect motion is presented in this application report. 1 Hardware Design A system capable of detecting motion using a dual element PIR sensor is shown in Figure 1 using the MSP430F2013
in „AVR ATTiny84A mit C++ Werte an bestimmte Speicherstelle schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa283a.pdf
Application Report SLAA283A – December 2005 – Revised March 2009 Ultra-Low Power Motion Detection Using the MSP430F2013 Zack Albus MSP430 Applications ABSTRACT Motion detection using pyroelectric passive infrared, or PIR, sensor elements is a common method used for such applications. An implementation of such a system using the 16-bit Sigma-Delta ADC integrated into the MSP430F2013 in order to detect motion is presented in this application report. 1 Hardware Design A system capable of detecting motion using a dual element PIR sensor is shown in Figure 1 using the MSP430F2013
in „Suche kleines, sparsames Bewegungssensormodul (PIR)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MSP430.h
/************************************************************ * Interrupt Vectors (offset from 0xFFE0) ************************************************************/ #define PORT2_VECTOR 2 /* 0xFFE2 Port 2 */ #define UART1TX_VECTOR 4 /* 0xFFE4 UART 1 Transmit */ #define UART1RX_VECTOR 6 /* 0xFFE6 UART 1 Receive */ #define PORT1_VECTOR 8 /* 0xFFE8 Port 1 */ #define TIMERA1_VECTOR 10 /* 0xFFEA Timer A CC1-2, TA */ #define TIMERA0_VECTOR 12 /* 0xFFEC Timer A CC0 */ #define ADC_VECTOR 14 /* 0xFFEE ADC */ #define UART0TX_VECTOR 16 /* 0xFFF0 UART 0 Transmit */ #define UART0RX_VECTOR 18 /* 0xFFF2 UART
in „MSP430: Programm automatisch starten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MSP430.txt
#include "io430.h" #include <stdlib.h> #include <stdio.h> #define LED_R BIT3 unsigned int a = 50000; void main(void) { WDTCTL = WDTPW + WDTHOLD; P4DIR = P4DIR | 0x80; for (;;) { if (a > 0) { a = a - 1; } else { P4OUT = P4OUT ^ 0x80; a = rand() % 90000- 50000; } unsigned int i, n; P1DIR |= LED_R; // Pin von roter LED als Ausgang // Sekundäre Funktion aktivieren, hier Timerausgang => TA0.1 P1SEL |= LED_R; TA0CCR0 = 1000; // Endwert // Out-Modus auf Modus 7 stellen (R/S) TA0CCTL1 = OUTMOD0 + OUTMOD1 + OUTMOD2; TA0CTL = TASSEL1 + MC1; // Taktquelle, Zählmodus // Eigentliches Programm n = 0; while(
in „MSP430 LED im PWM Modus dunkler und heller werden lassen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
msp430-jtag-d.pdf
MSP430-JTAG FOR PROGRAMMING AND FLASH EMULATION WITH MSP430 MICROCONTROLLERS Features: JTAG interface: • programs all MSP430Fxxx flash The JTAG connector is 2x7 pin with 0,1" step microcontrollers and TI
in „MSP430-JTAG +AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa382.pdf
Uli Kretzschmar ..................................................................................MSP430 Systems........ Christian Hernitscheck ................................................................MSP430 Application Europe ABSTRACT 2 This document is an overview of the use of the I C master function set for MSP430 devices with the USCI module. These functions can be used by MSP430 master 2 devices to ensure proper initialization of the USCI module and provide I C transmit and receive functionality. A similar
in „Fehler in TI - Beispielprogramm für I2C -Bus (MSP430)?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slau144i.pdf
2012 CPUX 145 Submit Documentation Feedback Copyright © 2004–2012, Texas Instruments Incorporated MSP430 and MSP430X Instructions www.ti.com 4.5 MSP430 and MSP430X Instructions MSP430 instructions are the 27 implemented instructions of the MSP430 CPU. These instructions are used throughout the 1MB memory
in „Anfängerprogramm TimerA MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Datasheet_BOOSTDRV8711.pdf
earlier, the BOOSTXL-DRV8301 Motor Drive BoosterPack has been optimized to work together with the MSP430G2 Launchpad, MSP-EXP430G2, and MSP430G2553 to provide a complete stepper motor evaluation platform. With the demo application provided, you can have your stepper motor up and spinning in minutes.
in „DRV8711 Steppermotortreiber - Hohe Geschwindigkeiten“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
msp430x21x2_uscib0_i2c_11.c
- USCI_B0 I2C Slave TX multiple bytes to MSP430 Master // // Description: This demo connects two MSP430's via the I2C bus. The slave // transmits to the master. This is the slave code. The interrupt driven // data transmission is demonstrated
in „MSP430 UART Interrupts, wann ausgelöst“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slau144j.pdf
2013 CPUX 141 Submit Documentation Feedback Copyright © 2004–2013, Texas Instruments Incorporated MSP430 and MSP430X Instructions www.ti.com 4.5 MSP430 and MSP430X Instructions MSP430 instructions are the 27 implemented instructions of the MSP430 CPU. These instructions are used throughout the 1MB memory
in „MSP430 Gleitkommazahl in Flash speichern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
family_guide.pdf
2013 CPUX 141 Submit Documentation Feedback Copyright © 2004–2013, Texas Instruments Incorporated MSP430 and MSP430X Instructions www.ti.com 4.5 MSP430 and MSP430X Instructions MSP430 instructions are the 27 implemented instructions of the MSP430 CPU. These instructions are used throughout the 1MB memory
in „MSP430 Output nur auf zwei von vier Pinnen möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa049.pdf
handle the synchronous mode (serial protocol interface SPI). NOTE: Reading the data book MSP430 Family Architecture Guide and Module Library is recommended. It complements the information contained in this application report. NOTE: The examples and hardware definitions use MSP430x33x addresses
in „[msp430] 9600 Baud mit 32kHz“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa074.pdf
Application Report SLAA074 - April 2000 Controlling the DCO Frequency of the MSP430x11x Anton Muehlhofer Texas Instruments Deutschland ABSTRACT The Basic Clock Module of the MSP430x11x family allows the CPU and on-chip peripherals to be supplied with a clock generated by an internal
in „MSP430 CPU Takt erhöhen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//****************************************************************************** // MSP430F20xx Demo - I2C Master Transmitter and Receiver // // Description: MSP430 I2C Master communicates with an MSP430 I2C Slave using // the USI module.The master device transmits 16 bytes of data to
in „kein I2C-Ack von Display, eZ430-F2013“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TI_USCI_I2C_master.c
//****************************************************************************** // MSP430 USCI I2C Transmitter and Receiver // I2C Master für MSP430G2553 // (Der OriginalCode für MSP430F2619 von Uli Kretzschmar wurde angepasst) // Diese Code configuriert das MSP430G2553 USCI module als
in „MSP430 Aufkündigung?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tmote-sky-datasheet.pdf
-port 12-bit DAC module, Supply Voltage Supervisor, and 3-port DMA controller. The features of the MSP430 F1611 are presented in detail in the Texas Instruments MSP430x1xx Family User’s Guide available at http://ti.com/msp430. Typical Operating Conditions MIN NOM MAX UNIT Supply voltage during program
in „MSP430 - Beste Möglichkeit der Kommunikation“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tps78001.pdf
case = 1μA). Additionally, DVS allows for V = 2.2V 5mA increasing the clock speed in active mode (MSP430 CC Active VCC = 3.6V). The 3.6V V CC reduces the MSP430 time Mode in active mode. In low-power mode, MSP430 system power can be further reduced by lowering the 700nA I Current Q MSP430 V CC to 2.2V
in „Ultra Low Power Versorgung aus Batterie, 3,3V und 5V“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
wdt_a.h
#ifndef __MSP430_HEADERS_WDT_A_H #define __MSP430_HEADERS_WDT_A_H /* wdt_a.h * * mspgcc project: MSP430 device headers * watchdog timer module * * (c) 2008 by Sergey A. Borshch <sb-sf@users.sf.net> * Originally based in MSP430F543x datasheet (slas609) * and MSP430x5xx Family User's Guide (slau208). * * $Id: wdt_a.h,v 1.6 2009/02/28 12:14:53 sb-sf Exp $ */ /* Switches: __MSP430_WDT_A_BASE__ - base address of WDT_A module
in „sfrw sfrb - Error: unknown opcode GCC4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mirkonet_tmp.pdf
SOIC-8 N/A Tone Decoder, max. 500kHz, 200mA output N/A -25/+125 N/A N/A 2 9 3,3 / 5 N/A 1564712 8 MCU MSP430F2013TRSATTEXAS MSP430 MCU MSP430F2013 YES YES 2,770 3,324 26,592 Farnell QFN-16 N/A MSP430 MCU, 2k Flash, 128b RAM, 10 I/O, SPI, I2C, 16MHz N/A -40/+105 N/A N/A 1,8 3,6 3,3 N/A 1537184 3 MCU MSP430F413IRTDT TEXAS MSP430 MCU MSP430F4113 YES YES 6,050 7,260 21,780 Farnell QFN-64 N/A MSP430 MCU, 8k Flash, 256b RAM, 48 I/O, LCD96, SVS, 8MHz N/A -40/+85 N/A N/A 1,8 3,6 3,3 N/A 1537194 4 MCU MSP430F2252TRHATTEXAS MSP430
in „Komplettverkauf Bauteile, was wert? - Tabelle“ · Markt ·
-
Datei
fet140_i2c_10.c
//****************************************************************************** // MSP-FET430P140 Demo - I2C, Slave Writes to MSP430 Master RX in Repeat Mode // // Description: This demo connects two MSP430's via the I2C bus. The master // reads from the slave in repeat mode. This is
in „MSP430F4250 I2C Slave“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa329.pdf
Application Report SLAA329–September 2006 Efficient Multiplication and Division Using MSP430 Kripasagar Venkat .........................................................................................MSP430.................. ABSTRACT Multiplication and division in the absence of a hardware
in „Effektivwert optimieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp430xG46x_uscib0_i2c_09.c
//****************************************************************************** // MSP430xG41x Demo - USCI_B0 I2C Slave RX multiple bytes from MSP430 Master // // Description: This demo connects two MSP430's via the I2C bus. The master // transmits to the slave. This is the slave code
in „MSP430FG4618/2013 Experimenters Board I2C funzt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
makefile.txt
# makefile NAME=aout.elf CC = msp430-gcc CPU = msp430x123 ASMOPT = -mmcu=${CPU} COPT = -mmcu=${CPU} -O2 -Wall -g ${NAME}: main.o i2c.o common.o msp430-gcc -mmcu=${CPU} -o $@ $^ msp430-objdump -DS aout.elf > $(NAME).lst msp430-objcopy -O ihex $@ $@.a43 main.o: main.c stdio.h i2c.h common.h msp430-gcc ${COPT} -c $< i2c.o: i2c.h common.h $(CC) -x assembler-with-cpp ${ASMOPT} -D_GNU_ASSEMBLER_ -o $@ -c $< common.o: common.h $(CC) -x assembler-with-cpp ${ASMOPT} -D_GNU_ASSEMBLER_ -o $@ -c $<
in „HOWTO makefile?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet140_i2c_09.c
//****************************************************************************** // MSP-FET430P140 Demo - I2C, Master Reads from MSP430 Slave in Repeat Mode // // Description: This demo connects two MSP430's via the I2C bus. The master // reads from the slave in repeat mode. This is the
in „MSP430F4250 I2C Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerCommandFile.txt
/******************************************************************************/ /* lnk_msp430f2370.cmd - LINKER COMMAND FILE FOR LINKING MSP430F2370 PROGRAMS */ /* */ /* Usage: lnk430 <obj files...> -o <out file> -m <map file> lnk.cmd */ /* cl430 <src files...> -z -o <out file> -m <map file
in „Data Placement mit MSP430(Code Composer Studio v4)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp430x22x4_uscib0_i2c_05.c
//****************************************************************************** // MSP430F22x4 Demo - USCI_B0 I2C Slave TX single bytes to MSP430 Master // // Description: This demo connects two MSP430's via the I2C bus. The master // reads from the slave. This is the slave code. The
in „ez430-RF2500 Übertagungsproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp430xG46x_uscib0_i2c_08.c
//****************************************************************************** // MSP430xG461x Demo - USCI_B0 I2C Master TX multiple bytes to MSP430 Slave // // Description: This demo connects two MSP430's via the I2C bus. The master // transmits to the slave. This is the master code
in „MSP430FG4618/2013 Experimenters Board I2C funzt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp430x22x4_uscib0_i2c_04.c
//****************************************************************************** // MSP430F22x4 Demo - USCI_B0 I2C Master RX single bytes from MSP430 Slave // // Description: This demo connects two MSP430's via the I2C bus. The master // reads from the slave. This is the master code. The
in „MSP430f2274 USCI I2C“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slau049f.pdf
. This chapter discusses the operation of the asynchronous UART mode. USART0 is implemented on the MSP430x12xx, MSP430x13xx, and MSP430x15x devices. In addition to USART0, the MSP430x14x and MSP430x16x devices implement a second identical USART module, USART1. Topic Page 13.1 USART Introduction: UART
in „MSP430: UART Verständnis/Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MSP430FR59xx.pdf
PRELIMINARY INFORMATION MSP430FR58xx, MSP430FR59xx, MSP430FR68xx, and MSP430FR69xx Family User's Guide Literature Number: SLAU367B October 2012–Revised October 2013 PRELIMINARY INFORMATION Contents Preface ....................
in „Probleme mit Konfiguration der SPI-Schnittstelle am MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MSP430FR59xx.pdf
PRELIMINARY INFORMATION MSP430FR58xx, MSP430FR59xx, MSP430FR68xx, and MSP430FR69xx Family User's Guide Literature Number: SLAU367B October 2012–Revised October 2013 PRELIMINARY INFORMATION Contents Preface ....................
in „Schaltung für Vibrationsmessung mit Piezo“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
msp430g2xx3_flashwrite_01.c
SUCH DAMAGE. * ******************************************************************************* * * MSP430 CODE EXAMPLE DISCLAIMER * * MSP430 code examples are self-contained low-level programs that typically * demonstrate a single peripheral function or device feature in a highly * concise manner. For
in „MSP430 Gleitkommazahl in Flash speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
g2231ADC_10BIT.c
/* ---- MSP_430g2231 ADC10 DemoCode ---------------------------------- #### (c) B. Nollmeyer 04/2012 #### ---- */ /* */ /* ADC10, 10 BIT, Gain, Offset Error Kompensation mittels "Fixed-point Arithmetik". AREF wird auf die interne 2,5V Referenz eingestellt. Die Ausgabe erfolgt an den MSP430 USB Application COM Port, 8N1, 9600 Baud. ---- IAR C/C++ Compiler for MSP430, Codesize 516 Byte ---- MSP430g2231 -------------- +3,5V --|DVCC GND|-- DVSS/AGND rote LED --|P1.0 P2.6|-- TXD --|P1.1
in „MSP430 ADC10 Pin verfälscht Spannung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
assembler_doku.txt
EXTERN werden Funktionen aus den Modulen eingebunden. Struktur Hauptprogramm (main.s43): include "msp430x11x1.h" #include "local_header.h" ; ------------------------- Externe Funktionen -------------------------------- EXTERN function1; EXTERN function2; ;------------------------- Variable deklarieren
in „Assembler-Datei aufteilen, Syntax ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet120_adc10_09.c
burst. In Mainloop MSP430 // waits in LPM0 to save power until ADC10 conversion complete, ADC10_ISR(DTC) // will force exit from any LPMx in Mainloop on reti. (ADC10OSC/4)/64 // determines sample time which needs to be greater
-
PDF
430JTAG.pdf
1 2 3 4 D D MSP430 JTAG R11 CTDO JP1 R18 R2 330R R1 CRST 1 EN_TCLK 33K 33K 33K 2 CTDI CTDI R3 UA R12 M25HP284 3 CTMS CTMS 33K 2 18 330R 4 CTST CTST 4 A1 Y1 16 C 25 13 6 CTCK CTCK R4 6 A3 Y3 14 R13 JP2 C 24 12 CTDO
in „MSP430 JTAG -> Layout gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
__G2231_nF.c
/* ---- msp430g2231 ADC10 DemoCode ----------------------------------- #### (c) B. Nollmeyer 06/2011 #### ---- */ /* */ /* ADC Oversampling 12 BIT, Gain, Offset Error Kompensation mittels "Fixed-point Arithmetik". AREF wird auf die interne 2,5V Referenz eingestellt. Die Ausgabe erfolgt an den MSP430 USB Application COM Port, 8N1, 9600 Baud. ---- IAR C/C++ Compiler for MSP430, Codesize 522 Byte ---- MSP430g2231 -------------- +3,5V --|DVCC GND|-- DVSS/AGND rote LED --|P1.0 P2.6|-- TXD --|P1.1
in „MSP430 C-Programmierung, Programmgröße reduzieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PDSO_MSP430.pdf
PDSO_MSP430.pdf
in „Eckdaten selbstgeätzter Platinen. Was ist machbar?“ · Platinen ·
-
Datei
msp430x20x2.h
**************************** * * Standard register and bit definitions for the Texas Instruments * MSP430 microcontroller. * * This file supports assembler and C development for * MSP430x20x2 devices. * * Texas Instruments, Version 1.1 * * Rev. 1.0, Setup * Rev. 1.1, Removed some TACCx2 definition on TA2 module * ********************************************************************/ #ifndef __msp430x20x2 #define __msp430x20x2 #ifdef __IAR_SYSTEMS_ICC__ #ifndef _SYSTEM_BUILD #pragma system_include #endif #endif #if (((__TID__ >> 8) & 0x7F) != 0x2b) /* 0x2b = 43 dec */ #error MSP430X44X.H file
in „msp430x20x2.h gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
g2231ADC_12BIT_Filter.c
/* ---- msp430g2231 ADC10 DemoCode ----------------------------------- #### (c) B. Nollmeyer 04/2012 #### ---- */ /* */ /* ADC Oversampling 12 BIT, Gain, Offset Error Kompensation mittels "Fixed-point Arithmetik". AREF wird auf die interne 2,5V Referenz eingestellt. Die Ausgabe erfolgt an den MSP430 USB Application COM Port, 8N1, 9600 Baud. Messwertberuhigung mittels Tiefpassfilter. ---- IAR C/C++ Compiler for MSP430, Codesize 558 Byte ---- MSP430g2231 ------\/------ +3,5V --|DVCC GND|-- DVSS
in „Aktuellen Messwert mit Vorgängerwert vergleichen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slau049f.pdf
for the LFXT1 Oscillator XTS OSCOFF LFoff CPUOFF SELM1 XT1off XT2 XT2 is an Internal Signal XT2 = 0: MSP430x11xx, MSP430x12xx devices SCG1 XT2 = 1: MSP430x13x, MSP430x14x SELS MSP430x15x, and MSP430x16x devices Note: LFXT1 Oscillator Characteristics Low-frequency crystals often require hundreds of milliseconds
in „Umrechnung: C-Code->Assembler-Code->Cycles“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
SUCH DAMAGE. * ******************************************************************************* * * MSP430 CODE EXAMPLE DISCLAIMER * * MSP430 code examples are self-contained low-level programs that typically * demonstrate a single peripheral function or device feature in a highly * concise manner. For
in „Timerproblem, Werte werden nicht sauber ins Register geschrieben“ · Mikrocontroller und Digitale Elektronik ·