Forum Post: RE: Which MSP has integrated sigma delta ADC
Thanks old_cow. My search was giving me the MSP430F6XX series which includes an LCD driver - which I don't need. I thought that there might be something I was missing, evidently not. The TI community...
View ArticleForum Post: RE: Setting up UART on the MSP430FR5949
Not seriously, www.rcfocus.tw/.../Others
View ArticleForum Post: RE: Which MSP has integrated sigma delta ADC
There is also MSP430AFE251 and MSP430I2021 etc. Of course, they might not have something that you need and might have something you do not need. To have LCD controller that you do not need is not too...
View ArticleForum Post: RE: MSP432 Rx from SIM900 doest not receive data...
Hello Bruce Thanks for the suggestion. I shall update the code with the ring buffer to store the received characters. I tried Transmitting the values(string) and receive the same through Rx interrupt....
View ArticleForum Post: RE: Which MSP has integrated sigma delta ADC
>My search was giving me the MSP430F6XX series which includes an LCD driver - which I don't need If you need microcontroller with just SD ADC and nothing else, then you got serious problems..
View ArticleForum Post: RE: KENTEC430QVGA DISPLAY(4.3 INCH) ISSUES
It is hard to read your post , so I don't even try :)
View ArticleForum Post: Is there any advantages choosing RISC architecture controllers
Hi All I am using msp430f5338 for my application. I have query as is there any specific advantages to choose the RISC architecture based controllers over that CISC architecture based controllers?...
View ArticleForum Post: How the Slave recognize 10 bit slave address
Hi I am using msp430f5338 with 24lc512 eeprom with i2c communication. I have tried to communicate with the slave using 10 bit device address format during the implementation, i have doubt as how the...
View ArticleForum Post: How the interrupt will occur during the LPM
Hi I am using msp430f5338 . In this have question regarding LPM as below "if the device enters in LPM0 the CPU will be disabled and the MCLK also disabled. In this case how the interrupt will be given...
View ArticleForum Post: RE: MSP430 USB CDC class driver find - digitally signed?
You can test CDC device on Linux, OS X (before 10.11) or older windows. Linux and OS X will not ask for any drivers, and inf file for Win will be enough. if your device is working fine (regarding CDC)...
View ArticleForum Post: RE: Increasing Clock Speed Invalidates Digitally Signed Drivers
If you need max speed (MCLK sourced from XT2), USB module on MSP430F5529 can work with 25 MHz crystal. However, in this case default TI USB BSL will not work (need 4, 8, 12 or 24 MHz XT2). Some XT2...
View ArticleForum Post: RE: How the interrupt will occur during the LPM
[quote user="Prakash Balagangatharan"]I am using msp430f5338 . [/quote] That chip is not recommended for new design. [quote user="Prakash Balagangatharan"]the clock input to the timer is configured as...
View ArticleForum Post: RE: Is there any advantages choosing RISC architecture controllers
In the age of consumerism, RISC or CISC is not the point.
View ArticleForum Post: Need help to build an dali interface?
Hello, I've got to build a dali interface for a 6 month project. This would include software and hardware. I've seen that the MSP430 manage the dali protocol. Is there any new MSP since this article?...
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
That's pretty cool Christopher Chung !
View ArticleForum Post: RE: How the Slave recognize 10 bit slave address
10-bit addresses begin with the bits "11110", which would be invalid for an 8-bit address. As for the memory address: the master sends two bytes, and the slave receives two bytes, so what is the problem?
View ArticleForum Post: RE: Is there any advantages choosing RISC architecture controllers
Nowadays, "RISC" and "CISC" are meaningless marketing labels. To choose a CPU, look at its actual properties.
View ArticleForum Post: MSP-GANG programming with BSL: overall result ok but actually not...
HI, I'm flashing MSP430F2274 with MSP-GANG over BSL. For the most part it is not working (only a few times it worked). I get an overall result OK (with the GO command). Then i try to read back and i...
View ArticleForum Post: RE: Is there any advantages choosing RISC architecture controllers
Don't bother - because RISC vs CISC difference is long gone. Most of today's RISC microcontrollers have so broad instruction set that they shall be considered as "complex", thus CISC. 8051 cores which...
View ArticleForum Post: RE: Need help to build an dali interface?
>Does anybody could advice on the hardware part to use please? I would advice to NOT invent The Wheel and use same hardware as mentioned in slaa422. Pay attention to Launchpad and G2xx series chip...
View Article