Forum Post: RE: MSP430FR5994: Large Variable Write to FRAM through DMA;...
Hi Ryan, Thanks for linking those other forum posts, embarrassing that I didn't see them. I find one thing odd about those lines of code: when I run my code and use the memory browser, the DMA is...
View ArticleForum Post: MSP432P401R: CS_setDCOFrequency driver function does not accept...
Part Number: MSP432P401R Since the upgrade from REV B to REV C, trying to set the DCO to 40MHz using the CS_setDCOFrequency driver sends me to the fault ISR and I get the following message as well....
View ArticleForum Post: RE: MSP430FR2433: Schematic file of MSP430FR2433
The MSP430FR2433 pin diagram is in Section 4.1 of the Datasheet (SLASE59): www.ti.com/.../msp430fr2433.pdf Schematic of the MSP-EXP430FR4133 is in Section 6 of the User's Guide (SLAU595):...
View ArticleForum Post: RE: MSP430FR2311: MSP430FR2311 - buffering an analog signal
You can find answer by reading user manual (SLAU445), chapter 19: "Smart Analog Combo (SAC)".
View ArticleForum Post: RE: MSP430FR5994: Large Variable Write to FRAM through DMA;...
Hi Nathan, My mistake, __data16_write_addr is fine since the DMAxDA resides in the lower 64 kB. Please refer to page 10 of SLAA376: www.ti.com/.../slaa376.pdf Regards, Ryan
View ArticleForum Post: RE: Power consumption problem of msp430f6736' LCD_C Module
Use lowest charge pump voltage possible for particular LCD, select best frequency prescale and divider for given ambient illumination and temperature, select low power waveform, lowest power...
View ArticleForum Post: RE: MSP430G2553: Frequency meter code
Hi Will, My answer to both your questions unfortunately is, I'm not sure. By loading 20000 into TA0CCR0 it is setting the value that TA0 counts up to. When TA0 counts to this value, the TA0CCR0...
View ArticleForum Post: RE: MSP430G2553: Frequency meter code
[quote user="Will Kleinberg"]What's the significance of 20000?[/quote] If you multiply it by 400, result is 8000000 or 8MHz (hint: read the comment). [quote user="Will Kleinberg"]Why does it need to...
View ArticleForum Post: RE: CCSv6: MSP430G2553 "Could not find device (or device not...
Hi Stephen, Did you ensure the ground was also connected when you attempted this? I wouldn't recommend returning to an older version of CCS. If anything, I would update to the latest. If you're still...
View ArticleForum Post: MSP430F5229: Dev kit for MSP430F5229
Part Number: MSP430F5229 Is there a launchpad or other development kit for the MSP430F5229 ?
View ArticleForum Post: RE: MSP430F5229: Dev kit for MSP430F5229
The MSP-TS430RGC64C is pin-compatible with the VQFN (RGC) package. Regards, Ryan
View ArticleForum Post: RE: MSP430F6459: Software I2C
Hi, I still don't understand the need to include the security IC on its own I2C bus. The I2C protocol is setup to allow for multiple slave devices on the same bus. This way, you could use one of the...
View ArticleForum Post: RE: MSP432P401R: CS_setDCOFrequency driver function does not...
Hi, I've asked our MSP432 experts to take a look at this for you. However, with holiday schedules there may be a delay in response. I apologize for any inconvenience this may cause. Best regards, Caleb...
View ArticleForum Post: RE: MSP432P401R: SD card library for MSP432 in Energia won't compile
Hi Jingyuan, I've asked our MSP432 experts to take a look at this for you. However, with holiday schedules there may be a delay in response. I apologize for any inconvenience this may cause. Best...
View ArticleForum Post: RE: MSP430F149: Synchronization error.
Hi, I can't view the last two links you've included here. Can you add the pictures directly into the post? Best regards, Caleb Overbay
View ArticleForum Post: RE: MSP430F5229: Dev kit for MSP430F5229
There is $13 LP with onboard updatable / open source eZ-FET Lite. www.ti.com/.../MSP-EXP430F5529LP
View ArticleForum Post: RE: MSP430FR6989: Design Sequence For Proper Trigger of A1 UART...
Hello Caleb, It would appear then that a polled TX driver was the intention vs. having the IRQ's for TX xmission. The IRQ's seem to be nothing more than place holders for status. So, it would appear RX...
View ArticleForum Post: RE: MSP Flasher - length of Intel hex lines when reading
Thanks very much for running this down, Chester. Since I am using the MSP430G2 launchpad, it sounds like I'm gonna get 32 bytes per line whether I want it or not. Well, if you run across any way of...
View ArticleForum Post: RE: MSP432P401R: Issues with Qmath
Thank you for your response. I am using the log function in a control application, and having a monotonic response is important to me. As it stands, I will need to add exception code to handle small...
View Article