-
Datei
fet140_flashwrite_01.c
550kHz - 900kHz. // //* Set Breakpoint on NOP in the Mainloop to avoid Stressing Flash *// // // MSP430F149 // ----------------- // /|\| XIN|- // | | | // --|RST XOUT|- // | | // // M. Mitchell // Texas Instruments Inc. // Feb 2005 // Built with IAR Embedded Workbench Version: 3.21A //****************************************************************************** #include <msp430x14x.h> char value; // 8-bit value to write to segment A // Function prototypes void write_SegA (char value); void copy_A2B (void); void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer
in „MSP430 flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2C.h
//Erstellung einer Headerdatei für die I2C Schnittstelle für den µC MSP430 Launchpad v1.5 #ifndef I2C_H_ #define I2C_H_ #include <msp430.h> //Die Adresse des Slaves hier eingeben #define Slave_Adresse 0x40 void I2C_Init(unsigned char RW); void I2C_Startbit(void); void I2C_Stopbit
in „MSP430 I2C Ansteuerung - Veratändnis Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MSP430_RFM12_Adapt_V14.pdf
1 2 3 4 5 6 7 8 9101 1 1 1 100n J 1 2 3 4 1 2 A A P P GND 14.01.2013 14:38:45 F:\workshop_EAGLE\MSP430_RFM12_Adapt_V14\MSP430_RFM12_Adapt_V14.sch (Sheet: 1/1)
in „Biete Stand alone Leer-Platine für MSP430G (TI) / RFM12B / LCD“ · Markt ·
-
Datei
initialization.c
initialization.c written by S. Grünenwald / reflectionRacing CarRacingTechnologie // Initialisierung Hardware MSP430F149 // ************************************************************************************* #include <msp430x14x.h> #include <stdlib.h> #include <stdio.h> #include <signal.h> void delay(unsigned int
in „Bitprobleme mit SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp_board_1_main.c
*************************** // Author : Christian Hoefling Date : 04/04/06 // // Target Device : MSP430F2012 // // // Description : Convertion with ADC10, then transmission via SPI interface // // // //********************************************************************************************************************************** #include <msp430x20x2.h> void main(void) { P1DIR |= 0x01; // Set P1.0 to output direction WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer DCOCTL = DCO2 + DCO1 + DCO0; // DCO = 7 sets frequency of digital controled
in „Problem mit MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DS10-g0075-PID.c
* Messstelle 4 = Spannungseingang P6.0 */ //rechts Kanal 4 /* Akku = Spannungseingang P6.1 */ // 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| Motorsteuerung A // UTXD0
in „Wie 2x interrupt verschachteln, MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init.c
// Dimmer Routinen zur initialisierung // Diese Routinen sind bestandteil des MSP430 Dimmers void mcu_init(void) // Init des MSP430 { unsigned int i; WDTCTL = WDTPW + WDTHOLD; // watchdog aus P1DIR = 0x08; // Definieren der E/As P2DIR |= 0xFF; // Set P2 to output direction P3DIR |=
in „MSP430 F1232 startet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet140_spi0_05.c
synchronization. P1.0 indicates proper data reception. // ACLK = n/a, MCLK = SMCLK = DCO ~ 800kHz // // MSP430F149 // ----------------- // /|\| XIN|- // | | | // --|RST XOUT|- // | | // LED <-|P1.0 P3.1|-> Data Out (SIMO0) // | | // Scope <-|P3.4 P3.2|<- Data In (SOMI0) // | | // Slave RST <-|P3.5 P3.3|-> Serial
in „MSP430 Probleme mit SPI/Temp Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet140_adc12_05.c
converted. // For example, a valid sequence could be A0, A3, A2, A4, A2, A1, A0, and A7. // See the MSP430x1xx User's Guide for instructions on using the ADC12. // // // MSP430F149 // ----------------- // | | // | A0 |<---- Vin0 // | A1 |<---- Vin1 // | A2 |<---- Vin2 // | A3 |<---- Vin3 // | | // // //
in „MSP430 - ADC12 -repeated conversations“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet140_fll_01.c
= target DCO // //* External watch crystal installed on XIN XOUT is required for ACLK *// // // MSP430F149 // --------------- // /|\| XIN|- // | | | 32kHz // --|RST XOUT|- // | | // | P5.5|--> SMLCK = target DCO // | P5.6|--> ALCK = 4096 // // // M. Buccini // Texas Instruments Inc. // Feb 2005 // Built
in „MSP430 F1611 - SW FLL“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sleep.c
============================================== * s l e e p . c * * Contains a sleep function for MSP430 * sleep sends MSP to LPM0 mode with active Interrupts * uses the timer module TIMER0_A1 for wake up * * ======================================================= * */ #include <msp430.h> #include <stdint.h
in „MSP430G2452 128ms Tastenentprellung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TS-iP57b_FKA_5509-LP133.c
******** // *Testschaltung 1611* // *************** // Flüssigkristallanzeige graph. FKA 5509 // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | P2.1|Taster // | P2.0|Taster // 8 MHz X2OUT- | P1.0..P1.7|Daten FKA TS1611 // | | //
in „Pollin Display GWMS5509 will nicht laufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD1.txt
#include <msp430.h> #include <stdio.h> #include <stdint.h> void LCD_init(void); void DelayUs(int Us); void LCD_cmd4(unsigned char cmd); void LCD_dat4(unsigned char byte); void LCD_Nibble(unsigned char data); unsigned char i; const unsigned char Msg1[] = "LCD Test"; const unsigned char Msg2[] = "MSP430"; void main() { WDTCTL = WDTPW + WDTHOLD; // Stop Watchdog Timer P1DIR = 0x0C; // D4 und D5 bestimmen P3DIR = 0x80; // RS bestimmen P4DIR = 0x06; // D6 und D7 bestimmen P8DIR = 0x04; // EN bestimmen
in „LCD Initialisierung W162B-N3LW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD1.txt
#include <msp430.h> #include <stdio.h> #include <stdint.h> void LCD_init(void); void DelayUs(int Us); void LCD_cmd4(unsigned char cmd); void LCD_dat4(unsigned char byte); void LCD_Nibble(unsigned char data); unsigned char i; const unsigned char Msg1[] = "LCD Test"; const unsigned char Msg2[] = "MSP430"; void main() { WDTCTL = WDTPW + WDTHOLD; // Stop Watchdog Timer P1DIR = 0x0C; // D4 und D5 bestimmen P3DIR = 0x80; // RS bestimmen P4DIR = 0x06; // D6 und D7 bestimmen P8DIR = 0x04; // EN bestimmen
in „LCD Initialisierung W162B-N3LW“ · 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
ElektronikBauteile.pdf
0,032768 0,14 € 0,70 € 108 4 DIL-GLEICHRICHTER = DF04 B40C800DIP 0,10 € 0,40 € 109 3 Texas Instruments MSP430F149IRTDT 6,27 € 18,81 € digikey 110 3 Texas Instruments MSP430FG439IPN 7,99 € 23,97 € digikey 111 2 Texas Instruments MSP430F169IPM 10,78 € 21,56 € digikey 112 3 Sicherungshalter, 5x20mm, max. 6,3A
in „[V] - Elektroniksammlung“ · Markt ·
-
Datei
DS10-g0074-PID.c
* Messstelle 4 = Spannungseingang P6.0 */ //rechts Kanal 4 /* Akku = Spannungseingang P6.1 */ // 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| Motorsteuerung A // UTXD0
in „Wie 2x interrupt verschachteln, MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Nokia_210804.c
#include <msp430x14x.h> #include <msp430def.h> #include <eigene/port.h> #include <eigene/wait.h> //Definitionen //------------------------------------------------------------------------------ //Watchdog-----------
in „LCD 3310 und MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
At45DB161B.c
//****************************************************************************** // MSP430F2274 Interface to AT45DB161B // // Uses Texas Instruments eZ430-RF2500 Development Tool with 16MBit ATMEL Flash // Memory. Wireless connection not used. // //***************************************
in „AT45DB Flash Baustein am MSP430F2274“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RTC_WDT.asm
Changed WDT interrupt vector sect to a define to support all devices ; - changed to use generic msp430 header file ;****************************************************************************** .cdecls C,LIST,"msp430.h" .ref incrementSeconds .def WDT_1sec_wake .text WDT_1sec_wake mov.w #WDT_ADLY_1000
in „msp430gcc4 / Eclipse / Sampel code MSP430F499stk2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
#define sbi(port, bit) ((port) |= (bit)) #define cbi(port, bit) ((port) &= (~bit)) #include <msp430.h> #include "wait.c" #define RW BIT4 #define RS BIT5 #define E BIT6 #define lcd_enable() sbi(P1OUT, E); cbi(P1OUT, E); /**************************************************************************** // LCD-Funktionen für MSP430-LCD // 4-BitModus: // Datenbit 4-7 an P1.0-3 // P1.4 = R/W (low: write, high: read) // P1.5 = RS (high: Daten, low: Kommando) // P1.6 = E (high/low/high-Impuls für gültige Daten) ******************
in „An bestimmte LCD-Position schreiben und Init-Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar-UART_DS04_senden_V02.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0189c-be_DS10_sendebetrieb_an_adr_0x5555___bearbeitet.c
#include <MSP430x16x.h> // für MSP430F1611 #include <signal.h> unsigned char txbuffer_daten[8];; unsigned int k,f,l; void pause400(void); void UART1_empfangen_senden_einstellen(void); void Timer_einstellen(void); void
in „Probleme mit den Sende- und Empfangsteilen E32-868T“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
msp430x2xx_hello.c
#include "msp430g2231.h" #include "inttypes.h" #define LED1 BIT0 // red Led #define LED2 BIT6 // green Led #define TXD BIT1 // TXD on P1.1 #define Bitime 104 // 9600 Baud, SMCLK=1MHz (1MHz/9600)=104 uint8_t BitCnt;
in „MSP 430 Launchpad TX, printfEasy“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar-UART_DS04_V01.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0164-iar-UART_empfangen_V02.c
Testschaltung 1611* // ******************** // graph. Flüssigkristallanzeige FKA LC7981 // Uhr DS32C35 // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // P5.7|LED rot // | P5.6|LED Grün // 8 Mhz X2IN- | P2.1|Taster // | P2.0|Taster // 8 MHz X2OUT- | P1.0
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar_V03-UART_DS04_16bit.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430—über UART 16Bit Daten übertragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar_V03-UART_DS04_16bit.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet110_ta_uart2400.c
MCLK = SMCLK = DCO ~ 800k // //*An external watch crystal is required on XIN XOUT for ACLK*// // // MSP430F1121 // ----------------- // /|\| XIN|- // | | | 32kHz // --|RST XOUT|- // | | // | CCI0A/TXD/P1.1|--------> // | | 2400 8N1 // | CCI0B/RXD/P2.2|<-------- // #define RXD 0x04 // RXD on P2.2 #define
in „UART bei MSP430F1121“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.txt
/ E an P2.2 // DB0-DB7 an P1.0-P1.7 // //--------------------------------------------- #include <msp430x14x.h> // Prototypen void waitLCD(unsigned int i); void LCDOutc(char str); // output eines Zeichens void LCDOuts(char* str); // output eines Strings void LCDInit(void); void LCDClear(void); void LCDClock
in „Fehler in LCDInit ( ) ???“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main0051.c
* // *Testschaltung 5435* // ******************** // Flüssigkristallanzeige graph. FKA LC7981 // MSP430F5435 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST XOUT|- 32,768kHz // P7.7| LED rot // | P7.6| LED gelb // P2.2| FKA Steuerung RS- (4) // 25Mhz X2IN- | P2.1| FKA Steuerung R
in „Code Composer Studio (CCS) Probleme mit sprintf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar_V05-UART_DS04_16bit.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar_V06-UART_DS04_16bit.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0164-iar-V05-UART_empfangen.c
Testschaltung 1611* // ******************** // graph. Flüssigkristallanzeige FKA LC7981 // Uhr DS32C35 // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // P5.7|LED rot // | P5.6|LED Grün // 8 Mhz X2IN- | P2.1|Taster // | P2.0|Taster // 8 MHz X2OUT- | P1.0
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0167-iar_V06-UART_DS04_16bit.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „MSP430 über UART Daten senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_-_Kopie._von_0050.c
* // *Testschaltung 5435* // ******************** // Flüssigkristallanzeige graph. FKA LC7981 // MSP430F5435 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST XOUT|- 32,768kHz // P7.7| LED rot // | P7.6| LED gelb // P2.2| FKA Steuerung RS- (4) // 25Mhz X2IN- | P2.1| FKA Steuerung R
in „CCS8 -- unsigned int zählt nicht über >32767“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet110_ta_uart9600.c
HF XTAL = 3.579545MHz // //*An external 3.579545Hz XTAL on XIN XOUT is required for ACLK*// // // MSP430F1121 // ----------------- // /|\| XIN|- // | | | 3.58Mhz // --|RST XOUT|- // | | // | CCI0A/TXD/P1.1|--------> // | | 9600 8N1 // | CCI0B/RXD/P2.2|<-------- // #define RXD 0x04 // RXD on P2.2 #define
in „UART bei MSP430F1121“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet110_ta_uart115k.c
MCLK = TACLK = HF XTAL = 8MHz // //*An external 8MHz XTAL on XIN XOUT is required for ACLK*// // // MSP430F1121 // ----------------- // /|\| XIN|- // | | | 8MHz // --|RST XOUT|- // | | // | CCI0A/TXD/P1.1|----------> // | | 115200 8N1 // | CCI0B/RXD/P2.2|<---------- // #define RXD 0x04 // RXD on P2.2 #define
in „UART bei MSP430F1121“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.txt
/ E an P2.2 // DB0-DB7 an P1.0-P1.7 // //--------------------------------------------- #include <msp430x14x.h> /*------PROTOTYPEN----------*/ void waitLCD(unsigned int i); void LCDOutc(char str); // Output eines Zeichens void LCDOuts(char* str); // Output eines Strings void LCDInit(void); // Initialisierung
in „LCD gibt keine ä ö ü aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TS_5435_0118adc12_02.c
#include <msp430.h> #include "msp430x54x.h" #include <TS_5435-LC7981.h> #include <stdio.h> //für sprintf void programmversion(void); long zahl; unsigned int zahla,akku; float g,d,e; char zab[8]; char z1a; int main(
in „Bedeutung?: Error: cannot load from …..“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0168-iar_V03-E32_konfig.c
// MSP430F169 // ----------------- // /|\| XIN|- 32,768kHz // | | | // Taster blau-|RST (58) XOUT|- 32,768kHz // | P1.7|LED Grün // 6 Mhz X2IN- | P1.6|Taster für Entladung wiederholen rechts // | P1.5|Taster
in „Programmierung und Betrieb der Funkmodule E32-868T“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bauteile.pdf
LDO 26V Adj 1A 926-LM2941LD/NOPB 2,66 € TPS79030DBVT LDO 10V 3,0V 50mA 7 595-TPS79030DBVT 1,97 € MSP430F2252TRHAT MCU 1 595-MSP430F2252TRHAT ATMEGA328P-AU Microkontroller TQFP-32 2 556-ATMEGA328P-AU 2,78 € STM32F051R8T6 Mikrocontroller LQFP-64 1 511-STM32F051R8T6 5,64 € GD32F405RGT6 Mikrocontroller LQFP
in „[V] diverse Bauteile“ · Markt ·
-
Datei
fet140_uart02_19200.c
55 (0036h) // //* An external 32kHz watch crystal on XIN XOUT is required for ACLK *// // // // MSP430F149 // ----------------- // /|\| XIN|- // | | | 32768Hz // --|RST XOUT|- // | | // | P3.4|------------> // | | 19200 - 8N1 // | P3.5|<------------ // // // M. Buccini // Texas Instruments Inc. // Feb
in „MSP430 USART RX interrupt wird nicht aufgerufen.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0003-IAR-TS_Zeit_.c
* // *Testschaltung 1611* // ******************** // Flüssigkristallanzeige graph. FKA LC7981 // MSP430F1611 // ----------------- // | XIN|- 32,768kHz // | | // Taster rot--|RST (58) XOUT|- 32,768kHz // P5.7|LED rot // | P5.6|LED Grün // 8 Mhz X2IN- | P2.1|Taster // | P2.0|Taster // 8 MHz X2OUT- | P1.0
in „MSP430F1611- gegenseitige Beeinflussung der Timer?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
02_Ultraschall_HC_SR04-funktionstuechtig.c
/// Ultraschallmessung mit HC SR04 Garage Abstandsmessung // MSP430F1610 // ----------------- // | XIN|- 32,768kHz // | | // Taster --|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | P2.1| // | P2.0| // 8 MHz X2OUT- | P1.0..P1.7| // | | // | P3.0| SPI BL1 (28) // UTXD0
in „MSP430F1610 und TIMER-B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
04_Ultraschall_HC_SR04_nicht_funktionstuechtig_.c
// Ultraschallmessung mit HC SR04 Garage Abstandsmessung // MSP430F1610 // ----------------- // | XIN|- 32,768kHz // | | // Taster --|RST (58) XOUT|- 32,768kHz // 8 Mhz X2IN- | P2.1| // | P2.0| // 8 MHz X2OUT- | P1.0..P1.7| // | | // | P3.0| SPI BL1 (28) // UTXD0
in „MSP430F1610 und TIMER-B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DS10-g0120-PID.c
* Messstelle 4 = Spannungseingang P6.0 */ //rechts Kanal 4 /* Akku = Spannungseingang P6.1 */ // 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| Motorsteuerung A // UTXD0
in „while-Schleife vorzeitig verlassen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DS10-g0133-PID.c
* Messstelle 4 = Spannungseingang P6.0 */ //rechts Kanal 4 /* Akku = Spannungseingang P6.1 */ // 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| Motorsteuerung A // UTXD0
in „while-Schleife wird "unerlaubt verlassen"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DS10-g0134-PID.c
* Messstelle 4 = Spannungseingang P6.0 */ //rechts Kanal 4 /* Akku = Spannungseingang P6.1 */ // 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| Motorsteuerung A // UTXD0
in „while-Schleife wird "unerlaubt verlassen"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_c_und_main_c.txt
/ E an P2.2 // DB=-DB7 an P1.0-P1.7 // //--------------------------------------------- #include <msp430x44x.h> //Prototypen void waitKBD (unsigned int dauer); // Deklaration der Funktionen void waitKBD(unsigned int i) { unsigned int j; for(j = 0; j < i ; j++); } unsigned char KeyPressed(void) { int Taste
in „Fehler in der Switch-Anweisung?“ · Mikrocontroller und Digitale Elektronik ·