-
Datei
Temperaturausgabe5.txt
#include <msp430x16x.h> //Senden von Adresse 00 um die sicher die Temperaturdaten auslesen zu können void fSende00() { U0CTL |= MST; // Master mode I2CTCTL |= I2CSTT+I2CSTP+I2CTRX; // Initiate transfer while ((I2CIFG
in „LM75 mit MSP430F1611“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ad_lcd.c
#include <msp430x14x.h> void wait(unsigned int i); // prototypen void LCDOutc(char str); void LCDOuts(char* str); void LCDInit(void); void LCDClear(void); void LCDClock(void); void IntToString(unsigned char* str,
in „Spannung messen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include <msp430x26x.h> #define INPUT 0 #define OUTPUT 0xff #define BUF_SIZE 25 #define _WP BIT0 #define _WE BIT1 #define ALE BIT2 #define CLE BIT3 #define _CE BIT4 #define _RE BIT5 #define R_B BIT6 //variables unsigned
in „Hynix NAND-Flash an MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430x26x.h> #define INPUT 0 #define OUTPUT 0xff #define BUF_SIZE 25 //Pin Setup #define _WP BIT0 #define _WE BIT1 #define ALE BIT2 #define CLE BIT3 #define _CE BIT4 #define _RE BIT5 #define R_B BIT6 /
in „Hynix NAND-Flash an MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
waage.c
#include <msp430.h> #include "stdint.h" #define BUTTON_T BIT6 #define BUTTON_Z BIT7 #define SCHALTER BIT3 #define LED_GREEN BIT5 #define LED_YELLOW BIT6 #define LED_RED BIT7 #define TURNON 0x0252 #define TURNOFF
in „Programm zu groß für 1k Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <msp430.h> #include "stdint.h" #define BUTTON_T BIT6 #define BUTTON_Z BIT7 #define SCHALTER BIT3 #define LED_GREEN BIT5 #define LED_YELLOW BIT6 #define LED_RED BIT7 #define TURNON 0x0252 #define TURNOFF
in „Programm zu groß für 1k Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zahl_an_LCD.txt
// Ansteuerung des LCD-Displays #include <msp430x14x.h> #include <stdio.h> //#include <string.h> #define STOP_WATCHDOG WDTCTL = WDTPW + WDTHOLD; // Watchdog anhalten //#define SetE P5OUT, BIT3; #define EN BIT2 #define RW BIT1 #define RS BIT0 #define
in „Int-Wert-Ausgabe auf Display ??“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "msp430f5529.h" // Einbinden der Definitionen #define LED_X 0x01 // LED (rot) an P1.0 #define T_SET 0x02 // __________ Prototypen die in anderen Files liegen _________________ extern void INIT_UART1(void
in „kein definiertes Verhalten in der ISR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
EKG7_ADS1293-Kanal_1-V19-b.h
// EKG-7 // E-Papieranzeige E2271 // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // P5.7| // | P5.6| // 8 Mhz X2IN- | P2.1| // | P2.0| // 8 MHz X2OUT- | P1.0..P1.7| FKA entfällt //
in „Wie muss man Pervasive Displays beschreiben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Modulkram.c
//****************************************************************************** #include <msp430x16x.h> #include "TS_LC7981.h" #include <string.h> // für Zeichen (Infotext) notwendig #include <stdio.h> // für sprint #include <signal.h> #define TIMEOUT 100 // für Datenempfang unsigned int t,k
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
send_an_0202_G1_antwort_empf_neue_Vers.c
//****************************************************************************** #include <msp430x16x.h> #include "TS_LC7981.h" #include <string.h> // für Zeichen (Infotext) notwendig #include <stdio.h> // für sprint #include <signal.h> #define TIMEOUT 100 // für Datenempfang unsigned int t,k
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0200_main.c
/******************************************************************************/ #include <msp430x16x.h> #include "0200_lc7981.c" #include <string.h> // für Zeichen (Infotext) notwendig #include <stdio.h> // für sprint #include <signal.h> #define F_CPU 800000 // Hz, DCO nach Reset #define TIMEOUT
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TPS3820-50DBVRQ1G4.pdf
Free-Air Temperature 3.3 V ° 1.001 ( VI V DD 100 nF VDD )A 1 (I − RESET RESET g 0.999 l TPS3823-33-Q1 MSP430C325 V 0.998 h MR WDI I/O r T 0.997 p GND GND I 0.996 i a o 0.995 N −40 −15 10 35 60 85 1 TA− Free-Air Temperature − °C An IMPORTANT NOTICE at the end of this data sheet addresses availability, warranty
in „Firmware aus MC9S12 per BDM clonen“ · Fahrzeugelektronik ·
-
Datei
main.c
#include <msp430x44x.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "Lcd.h" #include "Kbd.h" #include "atof.h" /* Variablen Deklaration */ //für Sonderzeichen unsigned char
in „Problem mit Timer_A Overflow-Flag bei MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
#include <msp430x14x.h> void wait(unsigned int i); // Prototypen void LCDOutc(char str); void LCDOuts(char* str); void LCDInit(void); void LCDClear(void); void LCDClock(void); int main(void); int chars=0; // Var.
in „MSP430 Problem mit LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
waage.c
#include <msp430.h> #include "stdint.h" #define BUTTON_T BIT6 #define BUTTON_Z BIT7 #define SCHALTER BIT3 #define LED_GREEN BIT5 #define LED_YELLOW BIT6 #define LED_RED BIT7 #define TURNON 0x0252 #define TURNOFF
in „Programm zu groß für 1k Flash“ · 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 <msp430.h> /* * main.c */ #define LEDR BIT0 #define LEDG BIT6 #define ADCIN BIT2 #define SW1 BIT3 #define SYSCLK 1000000 // 1MHZ #define MAXTASKS 5 unsigned short i; // Generic counter variable unsigned
in „msp430 mini multitasking system“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "msp430f5529.h" // Einbinden der Definitionen #define T_OnOff 0x02 // Taster an P1.1 #define T_SET 0x02 // Taster an P2.1 #define LED_ON 0x80 // LED (grün) an P4.7 #define LED_X 0x01 // LED (rot) an P1.0
in „kein definiertes Verhalten in der ISR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
waage.c
#include <msp430.h> #include "stdint.h" //#define _15MIN 28125 //#define _15MIN 468 //#define _0_5SEK 15 #define BUTTON_T BIT6 #define BUTTON_Z BIT7 #define SCHALTER BIT3 #define LED_GREEN BIT5 #define LED_YELLOW
in „Programm zu groß für 1k Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TS_iP152_C0802_4BIT_44780-a.h
Flüssigkristallanzeige mit 44780 **/ // Flüssigkristallanzeige P0llin C0802-04 4 Datenleitungen // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | // | // 8 MHz X2OUT- | P1.0..P1.7| Daten FKA usw.davon 1.7 bis 1.4 für 4Bit-daten
in „LCD im 4-Bit Modus an nur einem Port betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TS_iP158_C0802_4BIT_44780_P1f-2.h
Flüssigkristallanzeige mit 44780 **/ // Flüssigkristallanzeige Pollin C0802-04 4 Datenleitungen // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | // | // 8 MHz X2OUT- | P1.0..P1.7| Daten FKA usw.davon 1.7 bis 1.4 für 4Bit-daten
in „LCD im 4-Bit Modus an nur einem Port betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
evbum2169-d.pdf
DIAGRAM Connector J4 e n 3.3 V i e t Clock S r n 2 e V o D t J r T RESETb, SAVEb L t 3 n P + NCN5120 MSP430 r r 1 s d Interface P c J e i S n e D E n R Adj. UART or SPI C Reg. 3 LED + Switch LED1,2,3, SW1 Figure 2. NCN5120 Reference Design Block Diagram CONNECTOR DESCRIPTION Table 1. CONNECTOR LIST AND
in „Ripple am Schaltregler“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
0198b_send_an_0202_G1_antwort_empfangen.c
//****************************************************************************** #include <msp430x16x.h> #include "TS_LC7981.h" #include <string.h> // für Zeichen (Infotext) notwendig #include <stdio.h> // für sprint #include <signal.h> unsigned int t,k; void programmversion(void); void UART1
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
0901.3482v1.pdf
how to abuse string format vulnerabil- 3. ONTHEDIFFICULTYOFEXPLOITING ities or buffer overflows on the MSP430 based Telosb motes in order to execute malicious code uploaded into data mem- A SENSOR NODE ory. He demonstrates that it is possible to inject malicious Traditional buffer overflow attacks usually
in „Mikrocontroller Viren“ · Offtopic ·
-
Datei
nm-ohne-f_mount.txt
0800121c t $t 0800121d 00000020 T MX_RNG_Init 08001234 t $d 0800123c t $t 0800123d 00000040 T HAL_RNG_MspInit 08001274 t $d 0800127c t $t 0800127d 0000009c T MX_RTC_Init 08001310 t $d 08001318 t $t 08001319 00000058 T HAL_RTC_MspInit 08001368 t $d 08001370 t $t 08001371 00000038 T MX_USART3_UART_Init 080013a0
in „stm32 FatFS stranges Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gP000-FKA44780.h
*********** // ** Flüssigkristallanzeige mit 44780 **/ // Restzeitanzeige, Akkuspannungsanzeige // MSP430F1610 // ----------------- // | XIN|- 32,768kHz // Taster rot--|RST (58) XOUT|- 32,768kHz // | P2.2|LED grün // | P2.3|LED rot // 8 Mhz X2IN- | P2.1|Taster nicht eingebaut aber vorgesehen // | P2.0
in „LCD-Modul TC1602E-01 von Pollin ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------- // Includes //------------------------------------------------ #include <msp430xG461x.h> #include <signal.h> #include "config.h" #include "main.h" #include "stdio.h" #include "string.h" #include "lcd.h" //------------------------------------------------ // Global Variables /
in „MSP430 UART0 RX-ISR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Frequenzzaehler.pdf
Ja, gibt es, teilweise hat 3 Counter und einen ADC und er auch mit sehr netten Features: von TI die MSP430er, von Fujitsu 8, 16 und 32 Bit Con- schluckt nur ca. 3 mA bei 20 MHz Taktfre- troller (wobei ich mit den 32 Bittern sehr gu- quenz - und er hat bei mir bereits bis über 150 MHz messen können. te
in „PIC - Frequenzzähler weit über 50 MHz auf die minimalistische Art“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CPG001_SCH.pdf
NLGDECAPIU306 P6.7/A7/DAC1/SVSIN P4.7/TBCLKIU3043NLDIR NLCBU PIU1211CTS GND PI17018 0D1010 S1 PIU807 VREF+ MSP430F1612 P4.6/TB6413042NSLEPn NLCBU P I U 2CBUS23 USBDMOP I U 2 0 1 6 NLUSBDM P I U 3XOUT P4.4/TB4 I U 3 0 4 0LEn NLCBU P I U 2CBUS34 USBDPP I U 2 0 1 5 NLUSBD 02 P0SW-PB P I U 3VeREF+ P4.3/TB3 I U 3
in „DRV8811 Richtungswechsel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
src.txt
"/articles/STM32">STM32</a> <a href="/articles/Infineon_XMC">XMC</a> </li> <li> <a href="/articles/MSP430"><strong>MSP430</strong></a> </li> <li> <a href="/articles/PIC"><strong>PIC</strong></a> </li> <li> <a href="/articles/Programmierbare_Logik"><strong>FPGA, CPLD & Co.</strong></a> <a href="/articles
in „Verweis/Referenzierung zu anderen Beiträgen“ · www.mikrocontroller.net ·
-
Datei
LPH8731-3C.h
user neonix on RadioKat Forum Igor Kizim aka Igoryosha (ATMega, STM32 implementations) Dmitry Karech (MSP430 implementation) license: GPL v2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TPS3824-33DBVR.pdf
Notebook and desktop computers 3.3 V C 2 1.001 (T VI VDD 100 nF VDD ) 1 (A RESET RESET I V TPS3823-33 MSP430C325 e 0.999 a MR WDI I/O o V 0.998 o GND GND s r T 0.997 u n Typical Application Schematic I 0.996 z a m o 0.995 N −40 −15 10 35 60 85 TA− Free-Air Temperature − °C Normalized Input Threshold Voltage
in „Watchdog Timer der beim Ansprechen Ausgangssignal nicht toggelt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
enc28j60.c
//#include "global.h" //#include "timer.h" //#include "rprintf.h" #include "enc28j60.h" #include "msp430x20x2.h" unsigned char Enc28j60Bank; unsigned int NextPacketPtr; #define F_CPU 8000000 /* Processor Speed */ #define CYCLES_PER_US ((F_CPU+500000)/1000000) /* cpu cycles per microsecond */ void delay
in „C Fehler aber was bedeuten sie? ENC28J60“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
A--DS10-gP16-LMK62-SD_b.h
// MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | | // Taster rot--|RST (58) XOUT|- 32,768kHz //8 MHz X2OUT- | P1.0..P1.7|Daten FKA LMK62 // 8 Mhz X2IN- | | // | P3.0|frei // UTXD0 |P3.4 P3.1
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ffconf.h
TLCS-900 0/1 / AVR32 0 *1 RL78 0 *2 R32C 0 *2 / PIC18 0/1 SH-2 0 *1 M16C 0/1 / PIC24 0 *2 H8S 0 *1 MSP430 0 *2 / PIC32 0 *1 H8/300H 0 *1 8051 0/1 / / *1:Big-endian. / *2:Unaligned memory access is not supported. / *3:Some compilers generate LDM/STM for mem_cpy function. */
in „Problem mit VS1053“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
** */ /* Includes ------------------------------------------------------------------*/ #include "io430.h" #include "msp5438stk.h" #include "graphics.h" #include <stdint.h> /* Definitions ---------------------------------------------------------------*/ #define OSC_FREQ 18000000 // Oscillator clock #define
in „MSP430, I2C: Daten senden und empfangen (MAG3110)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
// Dimmer auf Basis des MSP 430 (C) 2007 by SuperGrobi // // der Code darf so oft wie man will kopiert werden solange man sich an die GNU // General Public License Version 2 oder später der Free Software Foundation // hält. //
in „Dimmer MSP430“ · Projekte & Code ·
-
Datei
EKG_V08-B_WG320x240.h
Nr. 66-3 // Flüssigkristallanzeige WINSTAR WG 320x240B-TFE-NZ mit // Steuerschaltkreis S1D13305 // MSP430F1610 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | // | // 8 MHz X2OUT- | P1.0..P1.7|Daten FKA usw. // | | // | P3.0| frei (28) // UTXD0
in „Messwerte auf GCLD darstellen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gfx_lcd.c
#include <stdlib.h> #include <string.h> #include <msp430x14x.h> #ifndef _GFX_LCD_H #include "gfx_lcd.h" #endif #include "char.h" #define IODELAY 1 unsigned char *framebuf; unsigned int charpos; int cxCurPos = 0; int cyCurPos = 0; int bCursorOn=0; void
-
Datei
Latchtest.c
#include <msp430g2211.h> void allesegmenteaus(void) { P1OUT = BIT2; short i = 10; for(i = 8; i > 0; i--) { P1OUT &= ~BIT1; P1OUT |= BIT0; P1OUT |= BIT1; } P1OUT &= ~BIT2; } void segmenta(void) { long i = 0; P1OUT
in „MSP430 seltsamer Fehler: "placement fails for object."“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "msp430f5529.h" // Einbinden der Definitionen #define T_OnOff 0x02 // Taster an P1.1 #define T_Step 0x02 // Taster an P2.1, Veränderung Pulsbreite bzw. Frequenz #define LED_On 0x80 // LED 2 an P4.7 #define
in „MSP430 F5529 Wobbel-Generator“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
telos-revb-2004-09-27.pdf
ADC7 P_DVCC UART1RX DAC0 1 1 2 2 DAC1/SVSin P_DVCC 14 P1.2/TA1 P3.7/URXD1 35 UART1RX GIO2 GIO3 R15 TI_MSP430_F1611 TimerA Capture 3 4 4 DMAE0 MOUNTING HOLES RADIO_GIO0 15 P1.3/TA2 X P3.6/UTXD1 34 UART1TX SVSout R E UserINT 5 5 6 6 RESET RADIO_GIO1 16 P1.4/SMCLK S A P3.5/URXD0 33 UART0RX 0 open / M 6pin
in „Mic Amp an 2.4GHz Sender - Störung“ · HF, Funk und Felder ·
-
PDF
drv8432-1.pdf
PVDD_A Rsense_AB (option) PWM_A OUT_A 100nF RESET_AB GND_A Controller M Roc_adj PWM_B GND_B 100nF (MSP430 C2000 or 1 OC_ADJ OUT_B Stellaris MCU) GND PVDD_B AGND BST_B 100 nF 100 nF VREG BST_C 100 nF M3 PVDD_C Rsense_CD (option) M2 OUT_C 100nF M1 GND_C M PWM_C GND_D 100nF RESET_CD OUT_D PWM_D PVDD_D 100
in „Schrittmotor - PWM interface?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
SD-CARD // ***************************************************************************** #include <msp430x14x.h> #include <uart.h> #include <lcd.h> #include <sca3000.h> #include <stdlib.h> #include <stdio.h> #include <sd.h> #include <string.h> #include <signal.h> #include <math.h> #include <manipulation.h
in „MSP430 GPS-Daten von UART0 Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
SD-CARD // ***************************************************************************** #include <msp430x14x.h> #include <uart.h> #include <lcd.h> #include <sca3000.h> #include <stdlib.h> #include <stdio.h> #include <sd.h> #include <string.h> #include <signal.h> #include <math.h> #include <manipulation.h
in „MSP430 GPS-Daten von UART0 Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
www-mikrocontroller-net_articles_AVR_FAT32.pdf
Inhaltsverzeichnis ARM n LPC2000 1 FAT 16/32 , die Bibliothek (stablemmc0.5.4) n AT91SAM7 1.1 Code einbinden MSP430 1.2 Die Funktionalität FPGA, CPLD & Co. 1.3 Interne Technik n Grundlagen zu FPGAs 1.4 Funktionsübersichts Diagramm 1.5 Richtlinien n VHDL & Co. n Xilinx ISE 2 Beispiel Beschaltung 2.1 Schaltplan
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
PDF
DAC8562_3.pdf
DAC8163,DAC8562,DAC8563 www.ti.com SLAS719E –AUGUST 2010–REVISED JUNE 2015 9.3 System Examples 9.3.1 MSP430 Microprocessor Interfacing Figure 100 shows a serial interface between the DAC756x, DAC816x, or DAC856x device and a typical MSP430 USI port such as the one found on the MSP430F2013. The port is
in „Problem mit Positionsrückmeldung bei GRBL“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Descriptions.txt
type C/AC, 5.08 mm 1 Ocsillator 1 N-Channel Enhancement MOSFET (HEXFET); 100V; 28A; 0,077Ohm 1 *** MSP430F23x *** PM64 1 MP3 decoder chip from VLSI Solutions 1 MOS FET 1 MODULAR JACK 8 POS., RIGHT ANGLE, LOW PROFILE WITH LEDS 1 MKDS 1/ 2-3,5 Printklemme 1 Mixed Signal Microcontroller, 60KB+256B Flash
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Datei
main.c
*/ #define _LCD_4BIT /*****************************************************************/ #include <msp430x12x.h> void lcd_4bit(void); void lcd_8bit(void); void delay(unsigned int z_wert) { int v; for (v=z_wert; v>=0; v--); } void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT #ifdef _LCD_4BIT //
in „DOGM162 an MSP430F1232 betreiben“ · Mikrocontroller und Digitale Elektronik ·