TI E2E support forums
Menu
Search through millions of questions and answers
User
Menu
Search through millions of questions and answers
User
E2E™ support forums
Forums
Amplifiers
Audio
Clock & timing
Data converters
DLP® products
Interface
Isolation
Logic
Microcontrollers
Motor drivers
Power management
Processors
RF & microwave
Sensors
Site support
Switches & multiplexers
Tools
Wireless connectivity
Archived forums
Archived groups
Technical articles
Analog
Automotive
DLP® technology
Embedded processing
Industrial
Power management
0
TI training
Tech days
Online training
Live events
Power Supply Design Seminar
Getting started
More
Cancel
简体中文
Search tips
Showing 46 results
View by: Thread
Post
Sort by
Relevance
Oldest to Newest
Newest to Oldest
Chee KL
10 days ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
MSP430F413: I2C For MSP430F413
TI Thinks Resolved
Part Number:
MSP430F413
I am trying to use the
MSP430F413
together with the Bluetooth Beacon Transmitter BC7161. It communicate by I2C (SDA, SCL).
MSP430F413
does not have I2C communication capability. Is there any way I can program 2 port for I2C...
g g1
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
MSP430F413: tickDelay
TI Thinks Resolved
Part Number:
MSP430F413
how to calculate tickDelay function need clear explanation and reference document and sample code if (standard) { // Standard Speed // why multiplication needed and why not used single multiplied value A = 6 * 4; B = 64 ...
JD Crutchfield
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: DCOCTL
Hello G1, This is usually an issue with including the msp430.h headers correctly or including/linking in the project settings. In code composer studio, you can navigate to the resource explorer under the "View" menu and you should be able...
Johnson He
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: Compiler/MSP430F413: Frequency setting to 1Mhz
Hi Ilensys, For the rough delay, you can use the __delay_cycles(unsigned long cycles); function, The parameter is the cycle period. __delay_cycles(10); If you need an accurate 1ms delay, you need to use a timer to implement it. Attach a reference...
Gary Gao
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: protaddress
The constant PORTADDRESS in the code is defined as the location of the communication port. Take the MSP430 as an example P1DIR |= BIT0; For this case, PORTADDRESS is BIT0 and the BIT0 is 0x01. This means you set the P1.0 to out put mode. Do you...
Johnson He
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: Compiler/MSP430F413: PWM generation
Hi Ilensys, Some code example as your reference: http://dev.ti.com/tirex/explore/node?node=ANQ7cld2wA-nvgV3IDKx6w__IOGqZri__LATEST Best Regards Johnson
James Evans
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: Ds2762 library code compiler
g g1 can i get any sample code for 1 wire Did you look at the two resources linked above? The first one should have example code. Regards, James
Lukas Badura
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: outp
Hi, Chapter 11 of User guide, see link from above describes the functionality of the Digital I/O. Maybe you try the code example fet410_1.c from the code examples folder, also accessible from the above link. Best regards Lukas
Johnson He
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: example code for 2 mux
Hi, You just need modify a little depend on your requirement. P5DIR |= 0x02; // Set P5.1 to output direction P5OUT |= 0x02; // Set P5.1 to high This code example uses Pin5.2. Best Regards Johnson
Eason Zhou
over 1 year ago
MSP low-power microcontrollers
MSP low-power microcontroller forum
RE: CCS/MSP430F413: Timer Delay
Hi guy, where is "ALBC1_16MHZ" and "DCOCTL2"? I can't find it. Eason
>
Didn't find what you are looking for? Post a new question.
Ask a new question