-
Bild
Schaltplan eines MSP430G2553 Mikrocontrollers
3V0, R16, 47k, TP11, 1nF, C13, ca. 2.3mA @ 8MHz & 3.3V im Active Mode, TP13, C11, 100nF, C12, 10uF, GND, SPI_CLK, CC1101_SPI_CS, DSCLK, SPI_MISO, CSn, SPI_MOSI, DSO, SI, VDD, CC1101_GD00, GD00, CC1101_GD02, GD02, GND, R15, 47k, MSP430_TEST, TP12, 24, RST/NMI/SBWTDIO, 25, MSP430, 2, CC1101_GD00, 3, TA0.0/ACLK/CAO/P1.0, SBWTCK/TEST, 4, TA0.1/UCAORXD/UCAOSDMI/A1/CA1/P1.1, TA0.1/UCAOXTD/UCAOSI/A2/CA2/P1.2, ADC10CLK/CAOUT/VREF-/VEREF-/A3/CA3/P1.3, TCK/SMCLK/UCBSTE/UCAOCLK/VREF+/VEREF+/A4/CA4/P1.4, TMS/TA0.0/UCBOSOMI/UCBOSDA/A5/CA5/P1.5, 22, 7, CC1101_GD02, 23, TDI/TDI/TA0.1/UCBOSOMI/UCBOSDA/A6/CA6/P1.6
in „CC1101: Unsauberes Signal beim Senden“ · HF, Funk und Felder · · Schaltpläne
-
PDF
MSP430G2553-page2.pdf
USCI_B0 Type MSP430G2553IRHB32 24 32-QFN MSP430G2553IPW28 LF, 24 28-TSSOP 1 1 16 512 2x TA3 8 8 1 DCO, MSP430G2553IPW20 VLO 16 20-TSSOP MSP430G2553IN20 16 20-PDIP MSP430G2453IRHB32 24 32-QFN MSP430G2453IPW28 LF, 24
in „Übersicht Eigenschaften MSP430 Chips“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
msp430g2553_controller.pdf
USCI_B0 Type MSP430G2553IRHB32 24 32-QFN MSP430G2553IPW28 LF, 24 28-TSSOP 1 1 16 512 2x TA3 8 8 1 DCO, MSP430G2553IPW20 VLO 16 20-TSSOP MSP430G2553IN20 16 20-PDIP MSP430G2453IRHB32 24 32-QFN MSP430G2453IPW28 LF, 24
in „MSP430g2553 externe Taktquelle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
msp430g2553_MIXED_SIGNAL_MICROCONTROLLER.pdf
USCI_B0 Type MSP430G2553IRHB32 24 32-QFN MSP430G2553IPW28 LF, 24 28-TSSOP 1 1 16 512 2x TA3 8 8 1 DCO, MSP430G2553IPW20 VLO 16 20-TSSOP MSP430G2553IN20 16 20-PDIP MSP430G2453IRHB32 24 32-QFN MSP430G2453IPW28 LF, 24
in „Signalverzögerung im Minutenbereich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
msp430g2553_MIXED_SIGNAL_MICROCONTROLLER.pdf
USCI_B0 Type MSP430G2553IRHB32 24 32-QFN MSP430G2553IPW28 LF, 24 28-TSSOP 1 1 16 512 2x TA3 8 8 1 DCO, MSP430G2553IPW20 VLO 16 20-TSSOP MSP430G2553IN20 16 20-PDIP MSP430G2453IRHB32 24 32-QFN MSP430G2453IPW28 LF, 24
in „LiPo-Akku+LowPower: 5V Controller oder Spannungswandler“ · 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 ·
-
PDF
MSP-EXP430G2_LaunchPad_de.pdf
• Zwei MSP430-Flash-Bausteine – MSP430G2553: 16-Bit-MSP430-Mikrocontroller mit niedrigem Stromverbrauch, 8-Kanal-10-Bit- ADC, On-Chip-Komparator, berührungsempfindliche E/As, universelle serielle Kommunikationsschnittstelle
in „gutes Übersetzungsprogramm für Datenblätter gesucht“ · Offtopic ·
-
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
MSP-EXP430G2_LaunchPad.pdf
with the PC. The MSP430G2553 offers a USCI interface that is capable of communicating through UART at up to 2 MBaud, but to be aligned with all the other MSP430G2xx devices, the demo uses the Timer UART implementation,
in „gutes Übersetzungsprogramm für Datenblätter gesucht“ · Offtopic ·
-
Datei
VirtualWire.cpp
Exp mikem $ #if defined(ARDUINO) #if (ARDUINO < 100) #include "WProgram.h" #endif #elif defined(__MSP430G2452__) || defined(__MSP430G2553__) // LaunchPad specific #include "legacymsp430.h" #include "Energia.h" #else // error #error Platform not defined #endif #include "VirtualWire.h" #include <util/
in „Korrigierte "VirtualWire" Library für Attiny84 / 85“ · Projekte & Code ·
-
Datei
w5500_spi.c
//MSP430G2553 SPI w5500 functions //-Function--------------------------------------------------------------------- // SPI init for MSP430G2553 void spi_init(void) { BCSCTL1 = CALBC1_1MHZ; DCOCTL = CALDCO_
in „Wiznet W5500 Datenübertragung via Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Capture_Input.txt
von 75% ################################################################################ #include "msp430g2553.h" // Headerdatei für MSP430 G2553 einbinden //#include "addon_board.h" // Headerdatei für Erweiterungsplatine unsigned int rising_edge, falling_edge, time_impuls; int durchlauf = 1; void main
in „MSP430 Auslesen einer Impulsdauer mit Capture“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//#include "io430.h" //#include <msp430g2231.h> //#include <stdint.h> //#include "msp430x26x.h" #include <msp430g2553.h> #include "TI_USCI_I2C_master.h" // Autor: Andreas V. (Firma: anvado) (andreas_va) // EEPROM Basisadresse
in „MSP430 Aufkündigung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blink.c
//*************************************************************************************** // MSP430 Blink the LED Demo - Software Toggle P1.0 // // Description; Toggle P1.0 by xor'ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO // // MSP430x5xx // -----------------
in „MSP430 Timer Uhr sekundentakt“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
MSP-EXP430G2E2 Debug Probe Leiterplatte
MSP-EXP430G2E2 Debug Probe Rev.1.0, MSP430G2553, J100, J102, J103, J104, J105, J106, J107, J110, J111, J112, J113, J114, J115, J116, J117, J120, J121, J122, J123, J124, J125, J126, J127, J130, J131, J132
in „[S] MSP430 Launchpad“ · Markt · · Platinenfotos
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
Memory, 512B RAM MSP430G2544IRHA40 MSP430G2544, 40pin QFN, 16KB + 256B Flash Memory, 512B RAM MSP430G2544IYFF 49ball BGA, 16KB + 256B Flash Memory, 512B RAM MSP430G2553IN20 20pin PDIP, 16KB Flash Memory, 512B RAM MSP430G2553IPW20 MSP430G2553, 20pin TSSOP, 16KB Flash Memory, 512B RAM MSP430G2553IPW28 MSP430G2553, 28pin TQFP, 16KB Flash Memory, 512B RAM MSP430G2553IRHB32 MSP430G2553, 32pin QFN, 16KB Flash Memory, 512B RAM MSP430G2744IDA38
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
Datei
main.c
//****************************************************************************** // MSP430G2xx3 Demo - USCI_A0, SPI 3-Wire Master Incremented Data // // Description: SPI master talks to SPI slave using 3-wire mode. Incrementing // data is sent by the master starting at 0x01. Received data
in „MSP430 G2553 mit DOGL128W-6 Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> int data1; int data2; int data3; int data4; int TXByteCtr = 1; unsigned char PRxData; int Rx = 1; char WHO_AM_I = 0x00; char itgAddress = 0x5C; //char itgAddress = 0xB8; void init_I2C(void
in „MSP430G2553 / DHT12 Sensoranbindung / Initialsierung anfangs fehlerhaft“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SEN-FB-G-Material.pdf
BatteriehaltefArTEAIZelLTERUNG AAA 8 K2 BatteriehaltefArTEAIZelLTERUNG AAA 9 K3 Stiftleiste_1S_fl2,t4_1x04_G_2,54 10 K4 Stiftleiste_1S_fl2,t4_1x02_G_2,54 11 R1 100 0805 12 R2 2,2 0805 13 R3 330K 0805 14 R4 1K 0805 15 R5 47K 0805 16 R8 4,7k 0805 17 S1 DTS-644 DTS-644 18 S2 DTS-644 DTS-644 19 S3 DTS-644 DTS-644
-
Datei
main.c
#include <msp430g2553.h> #define RED_LED BIT0; #define GREEN_LED BIT6; double i = 0; void wait(double j){ for (i = 0; i < j; ++i) { } } void main(void) { WDTCTL = WDTPW + WDTHOLD; P1DIR |= BIT0 + BIT6; while(1) {
in „MSP430 - #define GREEN_LED BIT6 - funktioniert nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer P1DIR |= 0x01; // P1.0 (red LED), P1.6 output (green LED) P1OUT = 0; // LED off BCSCTL3 |= LFXT1S_2; // LFXT1 = VLO IFG1
in „Problem bei Timerinterrupt (msp430)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
********************************/ /****************************************************/ #include "msp430G2553.h" /**defines*******************************************/ /****************************************************/ /**declaration of global variables*******************/ /*********************
in „ADC macht Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> #include "uart.h" #include "ms5611.h" #include "myutils.h" static void __inline__ busy_waiting(register unsigned int n) { __asm__ __volatile__( "1: \n" " dec %[n] \n" " jne 1b \n" : [n] "
in „MSP430 Launchpad und MS5611 Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
w5500_inital.txt
#include <msp430g2553.h> #include <stdint.h> #include <stdio.h> #include <w5500.h> #include <socket.h> #include <wizchip_conf.h> int main( void ) { // Stop watchdog timer to prevent time out reset WDTCTL = WDTPW
in „Wiznet W5500 Datenübertragung via Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> #include <stdio.h> #include "uart.h" #include "ms5611.h" #include "myutils.h" static void __inline__ busy_waiting(register unsigned int n) { __asm__ __volatile__( "1: \n" " dec %[n] \n" "
in „Hilfe beim Auslesen eines Sensors“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AL2G4_SCH.PDF
1 2 3 Test 7 P1.5 Test 17 2 4 8 P2.0 P2.7 18 1 1 n 1 2 9 P2.1 P2.6 19 C 1 1 2 10 P2.2 Vss 20 S1 S2 MSP430G2553IN20 K5 SMD-REEDSENSOR-P3S_AW10-15 TxD 1 2 8266Interface K7 1 2 3 4 K6 RxD 5 6 1 2 7 8 3 8 1 1 K T T IC2 D 1 2 3 4 5 6 L L 2 2 S 2 5 2 5 2 0 0 F + 4 F 6 R R µ0 1 C 0 n 1 C 3 4 1 B 5 1 B 0 0 2
in „Ein weiteres mal das Thema NIMH mit Solarpanel laden“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include <msp430g2553.h> #define TXD BIT2 #define RXD BIT1 unsigned char string1[10]; unsigned char int_to_array_str[4]; // return string for 'int_to_array_str' unsigned int digits = 4, n = 9765, i; // variablen
in „MSP430 UART RS232“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Programm.c
#include <msp430g2553.h> int frqset_low = 5000; int frqset_high = 5000; char high_low = 0; char rxbufarr[3]; char iSRV = 1; int k = 0; int i; int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT P2OUT = 0xFF; /
in „MSP430 Code hängt sich auf?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
Texas Instruments Inc. December 2010 * Modified by: Alan Barr 2011 * Compiler: mspgcc */ #include <msp430g2553.h> #include <legacymsp430.h> #include "i2c.h" static char i2cPolling = 0; //Polling i2c static int i2cRXByteCtr = 0; static const char * pI2cTxData; // Pointer to TX data static volatile char
in „Hilfe beim Auslesen eines Sensors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
Texas Instruments Inc. December 2010 * Modified by: Alan Barr 2011 * Compiler: mspgcc */ #include <msp430g2553.h> #include <legacymsp430.h> #include "i2c.h" static char i2cPolling = 0; //Polling i2c static int i2cRXByteCtr = 0; static const char * pI2cTxData; // Pointer to TX data static volatile char
in „I2C timing problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Dogl_main.c
#include <msp430G2553.h> // Header file for this device #include <intrinsics.h> // Intrinsic functions #define SI BIT7 #define SCL BIT6 #define CS1 BIT5 #define A0 BIT4 #define S2 BIT3 #define set |= #define clr
in „MSP430G2553 DOGL LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> #ifndef TIMER0_A1_VECTOR #define TIMER0_A1_VECTOR TIMERA1_VECTOR #define TIMER0_A0_VECTOR TIMERA0_VECTOR #endif #define TORKONTAKT BIT4 #define SCHLUESSELSCHALTER BIT5 #define ALARM BIT7
in „MSP430: Sinus höherer Frequenz per PWM erzeugen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> #include <math.h> #ifndef TIMER0_A1_VECTOR #define TIMER0_A1_VECTOR TIMERA1_VECTOR #define TIMER0_A0_VECTOR TIMERA0_VECTOR #endif //PWM #define PWM_TIME 2000 //timer clock: 12e6/8 = 1,5e6
in „MSP430G2553 PWM flackert beim Verstellen der Pulsweite“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EKG_usw_Informationformedicalapplications_von_TI.pdf
from the heart throughout the body. The spreading electrical V IN 0.0015 µF (Right Arm) 390 kΩ +5 V G = 5 G = 200 1 MΩ V = V – V 40 kΩ + 5 kΩ +5 V IN IN+ IN– 100 Ω = 0.15 to 2 mPP INA326 40 kΩ A3 750 pF 1 µF 3.2 MΩ + 0.1 µF ADS8321 To TMS320™ 390 kΩ OPA2335 DSP or MSP430 1/2 OPA2335 V IN 1/2 A4 VREF
in „EKG Schaltung Neuling“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
Main_256_Sinwerte.txt
#include <msp430g2553.h> #ifndef TIMER0_A1_VECTOR #define TIMER0_A1_VECTOR TIMERA1_VECTOR #define TIMER0_A0_VECTOR TIMERA0_VECTOR #endif #define TORKONTAKT BIT4 #define SCHLUESSELSCHALTER BIT5 #define ALARM BIT7
in „MSP430: Sinus höherer Frequenz per PWM erzeugen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Main_256_Sinwerte.c
#include <msp430g2553.h> #ifndef TIMER0_A1_VECTOR #define TIMER0_A1_VECTOR TIMERA1_VECTOR #define TIMER0_A0_VECTOR TIMERA0_VECTOR #endif #define TORKONTAKT BIT4 #define SCHLUESSELSCHALTER BIT5 #define ALARM BIT7
in „MSP430: Sinus höherer Frequenz per PWM erzeugen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
W5500_SPI.c
********** // W5500_SPI.c // by Wastl *************************************************/ #include <msp430g2553.h> #include <stdint.h> #include <stdio.h> #include "W5500_SPI.h" // W5500 Data Modes #define OM10_VDM 00 /* variable data mode */ #define OM10_FDM1 01 /* fixed data mode, 1 byte */ #define OM10
in „Wiznet W5500 Datenübertragung via Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
w5500_v1_code.txt
#include <msp430g2553.h> #include <stdint.h> //Define Base Registers #define W5500_COMMON_BASE 0x0000 #define W5500_SOCKET0_BASE 0x4000 #define W5500_TXBUF_BASE 0x8000 //W5500 Commands #define W5500_WRITE 0x04 #define
in „Wiznet W5500 Datenübertragung via Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> #include <stdint.h> #include <stdarg.h> #include <w5500.h> // SPI function prototypes void w5500_write(uint16_t offset_addr, uint8_t control_phase); void w5500_data_phase(uint8_t length,
in „Wiznet W5500 Datenübertragung via Ethernet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430g2553.h> /* * main.c */ unsigned int selected_cmd = 0; void init_TIMER0_A0(); int main(void) { // lpmsp430g2553.build.f_cpu=16000000L // BCSCTL1 = CALBC1_16MHZ; // DCOCTL = CALDCO_16MHZ; WDTCTL =
in „Geschwindigkeit durch Taster aus einem Array anwählen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
panasonic_tx-w32d5dpf.pdf
BACK E X IT Audio Control Power supply Video BACK D- PCB E- PCB D - Schematic E - Schematic F- PCBs G- PCB F - Schematic G - Schematic H- PCB K- PCB H - Schematic K - Schematic M- PCB Y- PCBs M - Schematic Y - Schematic BACK BACK ORDER No. SM-98048 Colour Television TX-W32D5DPF EURO - 5 Chassis SPECIFICATIONS
in „Panasonic TX-W32D5DPF“ · Analoge Elektronik und Schaltungstechnik ·