Other Parts Discussed in Thread: MSP430F47176 I have a question in the manual of MSP430F47176 (msp430f47176.pdf).
In page 35, Figure 9 and Figure 10, the y axis of the graphs are "Vcc(drop) - V".
It seems the y axis is some difference between…
Is the selection of 32kHz watch crystal for the MSP430F47176 severe (causing failure of the crystal if I use not right oscillator)?
I use 32kHz watch crystal obtained from epson toyocom.
How can I obtain the information of the 32kHz watch crystall…
Other Parts Discussed in Thread: MSP430F47176 I am working on a project where I am using multiple strain gauges (4 or 5). I am new to MCU's so I have a couple basic questions. After reading MSP430 Microcontroller Basics I am convinced I should be using…
Other Parts Discussed in Thread: MSP-TS430PZ100A , MSP430F47176 I am trying to obtain accurate SD16_A conversion results. I conneted pins to reduce noise according to User's Guide of MSP430.
----------------- 1. PC-01 posotive -> A2.0 positive 2. PC…
Other Parts Discussed in Thread: MSP430F47176
I run across strange behavior of ADC input.
I use portable calibrator to generate constant voltage (500mV).
I connect portable calibrator and MSP430 analog input port. The measured data inlcudes small…
Other Parts Discussed in Thread: MSP430F47176
I have a question of JTAG "TEST/VPP" pin (pin No.8 of JTAG interface).
For MSP430N2013, I found TEST pin (pin 11 of the MSP430). On the other hand, I do not found corresponding pin on MSP430F47176. …
Other Parts Discussed in Thread: MSP430F47176 I made a program to measure AD input data, and output to PC terminal and writes to SD card media (9600bps).
The number of ADC I could achieve with OSR=128 was about 125/second.
On the other hand, when…
Other Parts Discussed in Thread: MSP430F47176 I have a question on the RAM usage of MSP430F47176 (8KB RAM).
Attached at the bottom of this post is the sample code, I used for the check.
When I set "char g_zbuf[5000]", the memory usage info obtained…
Other Parts Discussed in Thread: MSP430F47176 I am working on the ADC-input-SPI-out-device using MSP430.
The bottom of this thread is my code. The procedure of the code is as follows:
-------- 1. AD input of every 1 second (averaging of accumulated…