Forum Post: RE: MSP430F5529 Micro controller not enumerating
Thanks. The ESD component was created wrongly.I removed the component & now the MC getting enumerated. Thanks for your kind support.
View ArticleForum Post: RE: Help to review a schematic with MSP430
Hello Clemens, Thank you for bringing your contribution. How would you replace Q 200, Q 201 and Q203 ? Do you have any circuit to propose for replacement even on a piece of paper. It would be well...
View ArticleForum Post: RE: Help to review a schematic with MSP430
HI Denis, Thank you for your contribution. How would you modify this circuit to avoid this ? Would you add a resistor in between and if yes what value ? Thank you in advance for your feedback.
View ArticleForum Post: RE: To use the Captivate on multiple devices in a single system
Hello Chris It was saved very much. Regards, Da
View ArticleForum Post: RE: Help to review a schematic with MSP430
Well, replace them with PNPs (and note that the signal to the base must be inverted).
View ArticleForum Post: RE: Maximum SPI Slaves, load capacitance?
>but would expect this point not too far from 1MHz. Do you recall old computers having PCI bus? Bus length on motherboards was at least few inches and bus ran at 33MHz. Indeed PCB trace impedance...
View ArticleForum Post: RE: Commerical use of MSP430G2 LaunchPad Value Line Development kit
Thanks all. Will wait for a TI rep to answer. I assume they have to do some tests. I have used some EVMs like the C3200 where FCC tests were done. I am assuming the MSP430 will have to follow at least...
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
With CSTARTADD = 0 and EOS in MCTL4, the ADC will do conversions according to MCTL0, MCTL1, MCTL2, MCTL3, and MCTL4, from inputs A0, A0, A0, A0, and A4. This is probably not what you want. The only bit...
View ArticleForum Post: RE: Commerical use of MSP430G2 LaunchPad Value Line Development kit
The G2 LaunchPad does not do RF communications, so it does not need to do FCC tests.
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
Hi Clemens, You are right,I want only channel 0 and channel 4,so what to do with CSTARTADD. Thank you.
View ArticleForum Post: RE: MSP432 2MBaud UART Operation - Missed characters
[quote]In any case, DMA has the advantage that it runs even when an interrupt handler is currently executing. So even in the worst case, you have increased the buffer size from one byte (RXBUF) to...
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
Nothing. Just configure MCTL0 to use A0 and MCTL1 to use A4.
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
Hi Clemens, see the code ,i did what you advised me and let me know for changes. thank you. #include int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12SHT02 + ADC12ON + ADC12MSC;...
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
The line "ADC12IE = 0x01;" is meaningless because this register gets overwritten in the next line. But why are you dumping the code here? Does it work, or not?
View ArticleForum Post: RE: MSP432 2MBaud UART Operation - Missed characters
[quote user="Clemens Ladisch"] Configure the DMA controller to raise an interrupt after every byte, or just use polling. In any case, DMA has the advantage that it runs even when an interrupt handler...
View ArticleForum Post: RE: MSP430F5529 2 ADC12MEM Registers
But am using two channels ,so ADC12IE = 0x01 for channel 0 and ADC12IE = BIT4 for channel 4.So i want interrupt from both the channels. If write only ADC12IE = BIT4,will it takes the signals from both...
View ArticleForum Post: RE: MSP430 launchpad virtual com port on windows 10
Sorry, I searched but I can't find how to force the driver update on windows 10.
View ArticleForum Post: RE: MSP430 won't operate outside Launchpad
I'll try to make some ASCII arts :) VCC from FET | | 47k | | | |-----1k-----------RST/SBWTCK | 100n | GND the 1k prevents the RC form interfering too much with the SBW signals form teh FET. Wihtout it,...
View ArticleForum Post: RE: How to use the calibrate function of the DAC in the MSP430?
Information is found in the appropriate MSP datasheet, as it is device-dependent. It also depends on the selected output amplifier mode. For the F5338 is shows 165ms for DAC12AMPx=2, 66ms for...
View Article