Forum Post: RE: Starterware/MSP430F5172: Driving OLED with 10-bit SPI...
Hi Chris, Serial communication with OLED displays is quite relaxed, as shown in the table on page 14. Bit-banging SPI through a software solution is an option, but typically not recommended if an...
View ArticleForum Post: RE: Linux: New MSP430FR4133 firmware update failure, now cannot...
Hi Glyn, Please try updating the on-board eZ-FET using a different software tool, CCS or FET-Pro430 are recommended. I would also recommend trying a Windows device to update the eZ-FET to see if the...
View ArticleForum Post: RE: Compiler/MSP430F5131: 1 PULSE PER SECOND CODE CHECKING
Hello OMER, You've asked about this project twice before and have received help from myself and Dennis Eichmann , among others: e2e.ti.com/.../556218 e2e.ti.com/.../554121 The online forum is not...
View ArticleForum Post: CCS/MSP430FR6879: MSP430FR6879 SPI SLAVE Restarting when trying...
Part Number: MSP430FR6879 Tool/software: Code Composer Studio i am using msp430fr6879 as spi slave wherein my master would be continously sending the clock pulse all the time , i only enable my...
View ArticleForum Post: RE: MSP430I2041: MSP430i2xxxx SD24 ADC common mode voltage
Hi Zoltan, The differential full-scale input voltage ranged (VID) is - VREF/GAIN to +VREF/GAIN (Table 5-21 in the Datasheet) where VREF is typically around 1.2 V, either sourced internally or supplied...
View ArticleForum Post: RE: MSP430FR5969: GCC v5.3.0.219 using persistent attribute
Hi Peter, The persistent attribute has more to do with where the variables are stored in memory and initialized at startup as compared to how the variable is updated. Please view Section 5 of SLAA628...
View ArticleForum Post: RE: when i use MSP432Ware_3_50_00_02 , i wantto use the examples...
Hello, If you are still having trouble you can view the code on the file system by navigating to C:\ti\msp\MSP432Ware_3_50_00_02\examples\devices. All the code examples are available there as well.
View ArticleForum Post: RE: MSP430F5510: Using MSP430USBDevelopersPackage_5_10_00_17 -...
Hi Prakash, Great that you figured out a workaround for the issue! I will go ahead and close this post. Regards, Arthi Bhat
View ArticleForum Post: RE: Power consumption problem of msp430f6736' LCD_C Module
[quote user="user4699596"]Based on the manufacturers of LCD, the static current of LCD is 0.46uA and the dynamic current is 2.73uA [/quote] user4699596, Can you provide an official link to such "the...
View ArticleForum Post: MSP430FR2433: Schematic file of MSP430FR2433
Part Number: MSP430FR2433 Can I get the schematic file of MSP430FR2433 ?
View ArticleForum Post: RE: Power consumption problem of msp430f6736' LCD_C Module
Dear Alexey, Thank you for your reply. This LCD is customized for us, and the current parameter is provided by the engineer of manufacturer. We used their LCD previously and never came across LCD power...
View ArticleForum Post: MSP430G2553: Frequency meter code
Part Number: MSP430G2553 Hi I'm looking at some code for a frequency counter. I'm still learning but I think the code should be fairly straightforward. #include /*** Global variables ***/ volatile...
View ArticleForum Post: RE: MSP Flasher - length of Intel hex lines when reading
[quote user="Chester Gillon"]On further investigation with MSPFlasher v1.3.11 the Intel hex line length is sensitive to something in the debug probe / device used.[/quote]The hex line length in...
View ArticleForum Post: RE: Power consumption problem of msp430f6736' LCD_C Module
I have my own experience with LCD. So, it's hard to believe in such data. So, since you didn't provide link, I cannot rely on such statement. The power consumption of the LCD is based on many factors...
View ArticleForum Post: RE: Power consumption problem of msp430f6736' LCD_C Module
So, how can we tune fine in code to save power?I will appreciate that if you can give us some suggestion.
View ArticleForum Post: RE: CCSv6: MSP430G2553 "Could not find device (or device not...
Hello Caleb, I wired a connection from Vcc on the Launchpad to the Vcc pin of the G2553. After running another debug session I am still getting the same error. I also recently tried to re-install a...
View ArticleForum Post: RE: MSP430FR2433: Schematic file of MSP430FR2433
Hi Akshay, Here is a link to the CAD/CAE symbols for this device: Best regards, Caleb Overbay
View ArticleForum Post: MSP430FR2311: MSP430FR2311 - buffering an analog signal
Part Number: MSP430FR2311 I am feeding an SMT microphone signal into a bandpass filter; however, the microphone has an output impedance that varies from 0 to 400 ohms that is causing the bpf to not...
View ArticleForum Post: RE: MSP430FR5994: Large Variable Write to FRAM through DMA;...
Technically you described a warning, not an error, that comes up even if you are using the function correctly for DMA transfers with large-data memory model enabled: e2e.ti.com/.../395988...
View ArticleForum Post: RE: Microcontrollers
All MSP devices have ROM and either FLASH or FRAM, varying depending on the derivative selected. www.ti.com/.../products.page Regards, Ryan
View Article