Forum Post: RE: Can't find Grace 3 in CSS App Center
Hi, what is the reason Grace is not supported in the future? Is there something similar coming up? Thanks!
View ArticleForum Post: RE: Not able to write data after shifting from I2C Slave to I2C...
Your image does not seem to have attached properly, please edit it such that it can be viewed. I understand your application but have already asked for you to break down your CC430F5137 code to just...
View ArticleForum Post: RE: Interfacing MSP430f5529 to SD card reader
Hello Travis, The project works! It was after a discovery of a mistake on my end. I made the assumption that the SPI MOSI/MISO/CLK/CS pins will be used (P 3.0 & P 3.1 & P 3.2 & P 2.3). And...
View ArticleForum Post: RE: Write to I/O pin in fewest number of clock cycles
[quote user="zrno soli"]If you need to send specific pattern at high frequency, than store it in flash / RAM in advance, and fire it by DMA on output pin. It will go out on MCLK/2 frequency.[/quote]...
View ArticleForum Post: RE: MSP430 How to set ADC12 Sampling rate
Barbara, Among other issues involving incorrect ADC initialization and neglect to use the timer trigger, you never enable interrupts or enter LPM0. Your code is looping continuously without being...
View ArticleForum Post: RE: Hardware checksum for MSP430fr5969
Please post the .xcl file you are using. A lot of the answers depend on how you have the linker configured, and that is also the stage where the checksum is computed with the IAR tool. Also, please use...
View ArticleForum Post: RE: Write to I/O pin in fewest number of clock cycles
Are you guaranteed with DMA that it will stream the block of data continuously as in on bit transmitted per 2 MCLK cycles? (I.e. no extra clock cycles every byte for overhead of any kind?)
View ArticleForum Post: RE: USB CDC com port name change
You can change the .INF file. At the end of the file is a section called [Strings] Modify these to say what you want. You will have to "Uninstall" the device driver in Windows Device Manager control...
View ArticleForum Post: RE: MSP-GANG-GUI 1.2.5.0 fails to program a TI Hex file to a...
Hi Katie, Thank you for taking the time investigating this and I think you are most likely right about the patch of zeros were from runtime initialization... I will check that when I am back to office...
View ArticleForum Post: RE: Questions about PMM24 of slaz517p
Katie, Thank you so much for your exhaustive reply. In the first version of firmware, LPM3 was implemented, because customer didn't pay much attention on the Errata. And some of metering products were...
View ArticleForum Post: new guy to FRAM
Hey everyone, I am new to FRAM on any of TI's MSP430s. I'm currently using an MSP430FR5969 and an MSP430FR6989 , and I would like to put everything into FRAM (just for testing purposes). What is the...
View ArticleForum Post: How to update MSP432 1.0 to 2.0?
Hi everyone, I recently bought MSP432 and noticed that there is a revision for this board, unfortunately I've got revision 1.0 (Black version). I've try to find and read a documentation how to update...
View ArticleForum Post: RE: new guy to FRAM
I came from the DEC-Tape days. To me, Flash memory is "weird", while FRAM is "nice", and PERSISTENT is "what the hell is that". Back to your question. It is very simple to do (the hell with...
View ArticleForum Post: MSP4305418A EEPROM interface via i2C
Hi i was interfacing 64KB eeprom via i2c to msp430F5418A and i was succesful in reading the data but riting is not happening wt ould be the issue, please help me to resolve it. regards nandish (Please...
View ArticleForum Post: RE: MSP430FR2652 (MSP430FR2632IRGET) programmer fail!
[quote user="Ryan Brown1"]RST line should have a 47 kOhm pull-up resistor and 1 nF pull-down capacitor. [/quote] This is important for starting device program execution after flashing, irrelevant for...
View ArticleForum Post: RE: MSP430Ware_3_60_00_10_setup does not run.
Hi James, I was referring to the install log at C:\ti\tirtos_msp43x_2_20_00_06\tirtosmsp43x_2_20_00_06_install The log starts out like this: Log started 10/01/2016 at 23:34:47 Preferred installation...
View ArticleForum Post: RE: USB CDC com port name change
[quote user="Brian Boorman"]There is. There is an API in Windows where you can query this information (in addition to creating an event listener to detect when device attached/detached). However, this...
View ArticleForum Post: RE: Write to I/O pin in fewest number of clock cycles
[quote user="Brian Boorman"] You know, that's fine if it's just for some hobby project for yourself and you only care that it works at room temperature. But if you are doing that in a mass-produced...
View ArticleForum Post: RE: USB CDC com port name change
Hi, Thanks, But i want to see display in device manager, when two devices connected to PC using serial number of the my device. Can we achieve using .inf dynamically? Since driver is same for my...
View ArticleForum Post: RE: MSP-GANG-GUI 1.2.5.0 fails to program a TI Hex file to a...
[quote user="Hua Ai"]The only difference between good.txt and bad.txt is on line 1005, the second last byte. good.txt has that byte to be 0x"01", while bad.txt has that byte to be 0x"00". You may...
View Article