Forum Post: RE: Do Any Of The Launchpads Support MSP430i2021?
Hi Ken! The G2 LaunchPad does not. But any LaunchPad with eZ-FET (Lite) emulator can be used. As an example: MSP-EXP430F5529LP . Dennis
View ArticleForum Post: ASM for MSP432
Hi TI, Please provide basic support for pure assembly language in CCS for MSP432. I know that is not your priority, but at least one small project with basic port initialization, PCM, LPM and port...
View ArticleForum Post: Help to review a schematic with MSP430
Hello I have finished a schematic and I need a second pair of eyes to review the schematic done. What we are trying to achieve here is to have a MSP430 to pilot a relay and two leds after a sensor...
View ArticleForum Post: RE: MSP432 CMSIS error even after all updates
I got it after installing from scratch!
View ArticleForum Post: RE: Help to review a schematic with MSP430
I just had a quick look at it - Q203 will short your supply.
View ArticleForum Post: RE: Help to review a schematic with MSP430
Using NPNs for Q200 and Q201 is unusual, because in the common-collector configuration, the collector/emitter voltage drop cannot become smaller than that over base/emitter. Q203 tries to short power...
View ArticleForum Post: RE: MSP430F427A SD16 ADC sampling issue
Hi Dennis, Hardware around ADC pin is as shown in the following schematic. This circuit works very fine for current greater than 1A but for low current say 100mA or 50mA adc output is not accurate.
View ArticleForum Post: RE: getting error in the "msp430f247.h" file "expected...
Thanks for the quick response here is the zipped code i am trying to compile and build, (Please visit the site to view this file)
View ArticleForum Post: RE: Selecting right Low power microcontroller
Thank you so much dude. Actually i need 5 BLE nodes as slave for continous monitoring of 5 different sources, so i wanted to use CC2541 for the slave nodes and that nodes has to be connected with one...
View ArticleForum Post: RE: Selecting right Low power microcontroller
Sorry i forgot to add this also, the memory space i asked is able to store the received packets for the past one second in the slave node itself and provide the reading facilities of past one second...
View ArticleForum Post: DS1722 SPI temperature sensor
Hello, i am trying to read SPI temp from DS1722. Read OK but, values is not linear. Code and example of value: void DS1722_Init(); int Read_Temp(); int MSB, LSB; int i_Temp; float f_Temp; int...
View ArticleForum Post: RE: [MSP-FET] Windows Embedded Support
"for Windows Embedded" is a rather vague phase. Yes, TI provides drivers of MSP-FET "for Windows Embedded" in various senses. This is not mentioned in the user's guide. They are scattered in "MSP...
View ArticleForum Post: RE: Do Any Of The Launchpads Support MSP430i2021?
Thanks Dennis! Confirmed, the FR6 launchpad did work. Ken
View ArticleForum Post: Energia for MSP430G2553 28 Pin Package
Hi, Have anyone of you ever tried to use Energia to program MSP430G2553 28 pin package ? The reason I asked because the existing Engergia does not support 28 pin package. It would not recognize Port 3...
View ArticleForum Post: RE: Selecting right Low power microcontroller
>Thank you so much dude. definitely not your dude
View ArticleForum Post: RE: getting error in the "msp430f247.h" file "expected...
Use: void __attribute__ ((interrupt(TIMERB0_VECTOR))) timer_b0(void) etc. for your interrupt routines.
View ArticleForum Post: RE: MSP430F247 SMPS Power Supply
Thank you Ryan Brown1 . And sorry for the delayed reply. I waited to test the circuit and reply. We tested the circuit today and MSP is just working fine. Adding more capacitors on TPS560200 output...
View ArticleForum Post: RE: Energia for MSP430G2553 28 Pin Package
It looks like the files from Github.com were for version 16 only. I compiled an "empty" sketch in both version 15, 17 and got same error. However, in version 16 I have to move pins_ energia .h to...
View ArticleForum Post: RE: Comparison between 32 bit int, float and 64 bit int...
[quote user="Alexey Bagaev"]With understanding of bitwise math properties you will realize that you need additional hardware to simplify such computations even further, that simple MSP430G-serices...
View Article