Other Parts Discussed in Thread: MSP430F2112 Hello,
In the IC description on: www.ti.com/.../msp430f2112
says: 16-bit Ultra-Low-Power Microcontroller, 2kB Flash, 256B RAM, 10 bit ADC, 1 USCI
However at page 15 It can be read:
USCI_A0 provides…
Other Parts Discussed in Thread: MSP430F2112 Hi,
we have produced a larger quantity units containing a MSP430F2112 in a QFN32 package.
For these, the fuse bits disabling programming have been set. Also, the BSL was deactivated (@ffde 55 AA).
Unfortunately…
Other Parts Discussed in Thread: MSP430F2112 , CC2500 For weeks I have been trying to gain connection between two CC2500EM (Evaluation Modules). As per the TI HAL programming example my end goal is to be able to send one packet with one board and receive…
Other Parts Discussed in Thread: MSP430F2112 I'm develop ing MSP430F2112 now, and I connect 32768Hz crystal to pin XIN & XOUT. I have give the chip power 3.3V and it can debug, but the crystal is no quake. I try to change the crystal & MSP430F2112, and…
Other Parts Discussed in Thread: MSP430F2112 Hallo all.
I'm facing a strange problem on a production of boards with MSP430F2112.
The chip is used as a simple stepper motor controller to spin a special optical diaphragm.
On the board the chip can…
Other Parts Discussed in Thread: MSP430F2112 Are there two INDEPENDENT timers in the MSP430F2112, or is there one timer/counter and it is shared amongst two compare modules? In the data sheet it shows Timer0_A3...whatever that is supposed to mean, and…
Other Parts Discussed in Thread: MSP430F2112 , MSP430F2122 , MSP430F2132 , MSP430F5438A I'm having problems working with a MSP430F2112 MCU. I'm using a MSP-FET430UIF + mspdebug utility to program and debug it. The problem is it gets detected as a MSP430F2122…
Other Parts Discussed in Thread: MSP430F2112 Dear All,
Iam doing a project in which 9 PCB (each with 2 sensors and MSP430F2112) has to transfer data to master PCB. one sensor give 16 bit output and another gives square wave. these PCB has to be connected…
Hi all, I have acquired data from ADC and want to write it to LCD. When I write ADC10MEM data into LCD it writes 1022 corresponding to 5V. Here, I want to write it as 5V on LCD, so I need to divide it by 1022 and multiply by 5. However there are two problems…