Part Number: MSP430F47186 What is the maximum Data Rate (16-Bit) in KHz per A/D Channel when all 6 channels are used?
Also for 2 Channels & 3 Channels.
Vcc = 3.3 VDC; Mclk = 16 Mhz; fSD16 = 1 Mhz.
Other Parts Discussed in Thread: MSP430F47186 , CODECOMPOSER I am using
- MSP430F47186
- IAR EW for MSP430
In the memory information after compiling code, I obtain from IAR EW like
CODE : 34 840
DATA: 6 767
CONST: 2 100
In IAR EW document (EW430_CompilerReference…
Other Parts Discussed in Thread: MSP430F47186 I would like to know about FLL control for MSP430F47186.
What I am trying is to use 16MHz SMCLK and generate 57600bps UART function.
In my code, I set SCFQCTL = ((32 * 16)-1); FLL_CTL0 |= DCOPLUS; SCFI0 = FLLD_4…
Other Parts Discussed in Thread: MSP430F47186 Hi,
There is one processor which has ARM core and it has to be an SPI Master. And there is MSP430F47186 on the same board which should act like an SPI slave and communicate with other processor.
Normally…
Other Parts Discussed in Thread: MSP430FG4618 , MSP430F47186 , MSP430F47187 Hi,
In our circuit, 32.768kHz crystal is connected to XT1 and 8Mhz is connected to XT2 . The system works over XT2 (SMCLK and MCLK). All crystals have 22pF as load capacitance…
Hi,
On one of the forum, they said MSP430 doesnt allow pooling input pin in main loop while edge interrupt is enabled for it.
I couldn't see any restriction on the device datasheet like that. Also I couldn't find any information about how edges are…
Other Parts Discussed in Thread: MSP430F47186 Hello!
I'm trying a new msp430F47186. And there are some problems i've found in this device:
1. I can't assign, for example, SD16_A channel 0 to inputs A1-A5, only to A0! Exactly the same behavior in…
Part Number: MSP430FG6626 Other Parts Discussed in Thread: MSP430FG6426 , MSP430F47186 , MSP430F47183 , MSP430F47187 Team,
Is the ADC within MSP430FG6626IPZ simultaneous sampling?
Can you provide more info on what "Continuous-time sigma-delta" means?…
Hello Veerenda,
Veerenda Bommakanti57 said: here when i will send Start Bit SDA is not at all getting low and im passing like this UCB2CTL1 |= UCTR + UCTXSTT;
For common I2C issues, please start reading through the Common I2C Communication Issues section…