Forum Post: MSP430FR2633 package information in the data sheet is incorrect?
Hi, I have Checked the MSP430FR2633 data sheet. It had become a TSOP-38-pin package. (See p95) MSP430FR2633 should be no package of TSSOP-38pin. Regards, Da
View ArticleForum Post: RE: MSP430FR2633 package information in the data sheet is incorrect?
Hi Da! The MSP430FR2633 is available in a TSSOP32 or VQFN32 package: [quote user="da"]TSOP-38-pin package. (See p95)[/quote] You're right, the datasheet shows the land pattern of a TSSOP38 device. You...
View ArticleForum Post: RE: MSP430FR6989 + GRLIB
Hello, Ryan! I tried the text - it displays correctly but the image itself is still chopped. I tried the TI logo from the MSP432 example. It worked correctly. I noticed that it uses compression. So I...
View ArticleForum Post: Debugging MSP430F5232 with ez430-EMULATION board is possible?
Hello, guys. I have a circuit based on a MSP430F5232 and I am trying to program/debug it drawing the MSP-EXP430F5529 board that we already had using the part eZ430-EMULATION [image attached]. We are...
View ArticleForum Post: RE: Reading Input pin and blinking LED
i'll go through it thanks for the guidance
View ArticleForum Post: msp430fr4133 uart: transmitted data is not received by laptop
Uart is working in loopback mode.It is also working when on-board rx-tx pin cross connected.But data is not received/transmitted by laptop .Currently using docklight for serial communication
View ArticleForum Post: RE: Debugging MSP430F5232 with ez430-EMULATION board is possible?
Hi Luis! The MSP-EXP430F5529 you are using does officially not support your target processor: If you had the MSP-EXP430F5529LP (or another LaunchPad with eZ-FET or eZ-FET Lite) instead, you could...
View ArticleForum Post: RE: msp430fr4133 uart: transmitted data is not received by laptop
Hi Suraj! If you can receive your own characters when connecting Tx and Rx, then there might be a mismatch in the baudrate settings between MSP and PC. Maybe the configuration of the UART is wrong. Did...
View ArticleForum Post: RE: Debugging MSP430F5232 with ez430-EMULATION board is possible?
Thank you Dennis for your quick response. So, reading your reply, the part eZ430-EMULATION of the board MSP-EXP430F5529 doesn't work with the family MSP430F52xx/MSP430F54xx, no? So, which low cost...
View ArticleForum Post: RE: msp430 i2c problems
I think i made a good progress i'm sending 2 bytes(one when E is1 and the other when E is 0 like you mentioned) for example: i'm trying to display 9 (in the fab.cba.mit.edu/.../44780.pdf page 17 is...
View ArticleForum Post: RE: Debugging MSP430F5232 with ez430-EMULATION board is possible?
[quote user="luis.lopez"]the part eZ430-EMULATION of the board MSP-EXP430F5529 doesn't work with the family MSP430F52xx/MSP430F54xx[/quote] It is at least not officially supported, so it will most...
View ArticleForum Post: RE: Debugging MSP430F5232 with ez430-EMULATION board is possible?
Thank you very much, Dennis.
View ArticleForum Post: RE: msp430 i2c problems
After reset, the controller is in 8-bit mode. You have to switch to 4-bit mode.
View ArticleForum Post: RE: Reading Input pin and blinking LED
Sorry, I missed this... [quote user="Pratiksha Bhuta"]or should i use SPI for the same[/quote] No, SPI is not for communication between MSP and the serial port of the PC. Dennis
View ArticleForum Post: RE: Interfacing MSP430f5529 to SD card reader
Hey Dennis, thanks for that! Really helped. I am now looking into the Digital I/O Module as well as the Port Mapping Controller in the datasheet. Btw i accidentally clicked verify answer oops.
View ArticleForum Post: RE: Interrupt Help for ADC12 and PORT for MSP430FR6989
I was looking for a different reference and I tripped over this note (SLAU367K sec. 12.3.1): ---- Note, the same I/O initialization procedure can be used for all reset cases and wake-up from LPMx.5 -...
View ArticleForum Post: RE: LEA Driver Library examples don't compile
Hi Evan, Thanks, but the DSPLib download (Windows installer) doesn't appear to be "all there". The "download" button does nothing, and the "click here" backup (as well as the emailed link) shows a...
View ArticleForum Post: RE: Issue with ADS1290 .....
I've moved your thread to the device forum. Todd
View ArticleForum Post: Grace - standalone version
Hi, I am using Grace standalone version. I am trying to lean Grace by blinking an LED in MSP430g2553 launchpad. After generating the code in the Grace , how to copy the code in the CCS. Regards, Tapas
View ArticleForum Post: Problems to use DMA with SPI
I am using the Texas’s example of SPI with DMA driverlib for MSP432. The example works perfectly but I need to change the master port from B3 to B0. When I make this change, the DMA does not interrupt...
View Article