Forum Post: MSP430F5510 RGZ/PT code compatibility
I am looking to modify an existing design to move from the VQFN (48) to the LQFP (48) footprint. Everything else stays the same ( MSP430F5510 , 48 pin package). Same pinouts, same memory ranges/SFR...
View ArticleForum Post: EVM430-F6736 LCD Not Working
I recently purchased an EVM430-F6736 smart meter module. Upon first power up, the LCD cycles between various measurement values. So everything works out-of-box. I then downloaded the MSP430 Energy...
View ArticleForum Post: RE: MSP432 UART tx and terminal problem
[quote]... there are multiple A's, B's and C's, but I am sending only one A, one B and one C, ... while(1) { UCA0TXBUF = 0x41; UCA0TXBUF = 0x42; UCA0TXBUF = 0x43; } [/quote] I suggest to get back to a...
View ArticleForum Post: RE: RTC_A IS NOT GENERATING ALARM INTERRPUT
Hi Charles O. But I am using driver library example code. Here is the ISR of RTC in my code.. //RTC interrupt #pragma vector=RTC_VECTOR __interrupt void RTC_A_ISR (void) { switch...
View ArticleForum Post: RE: MSP432 UART tx and terminal problem
Hi Josue! You are sending your characters inside a while loop, so they will be sent over and over again. But there is another problem - you do not wait until the transmit buffer is free again before...
View ArticleForum Post: RE: MSP430F5438A with TI_RTOS
Thanks David, I know the guide and also the other discussion. I was able to make the porting of the "UART ECHO" project for MSP430F5529LP experimenter board to MSP430F5438A board with some...
View ArticleForum Post: Delay on UART for MSP430F5438A
Hi, I rebuild the TI-RTOS echo uart project for MSP430F5529LP and ported on the MSP430F5438A experimenter board. I configured USCIA0 and USCIA3 and connected each other with an external cable. I noted...
View ArticleForum Post: DAC161S997 SPI Comms
Hi I am just about to start developing an application for a loop powered controller. I have the MSP-EXP430FR5969 Experimenter board which I have started to develop code on. I then came across the...
View ArticleForum Post: How is possible to avoid the constraction of the HwiFuncs.c?
Hi, I rebuild the TI-RTOS echo uart project for MSP430F5529LP and ported on the MSP430F5438A experimenter board. I had to make some modification in the HwiFuncs.c. But I saw that file is generated when...
View ArticleForum Post: RE: MSP430F6779 building code with Code Composer instead of IAR...
I am using the free version. Is there anyone at TI who can do a sanity check to see if this reference design can be built with the free version of the CSS? (I've spent much time trying to optimize the...
View ArticleForum Post: RE: MSP432 LaunchPad CSKEY doesn't change
Romans, I had the same problem in my msp432, I recommend you, if you want to change the CLK for one specific application use the msp432p401_cs_01 example code and change the DCO like the code,Also read...
View ArticleForum Post: RE: Reading multi-channel conversion in msp430f5247
Thanks a lot for the help. I went through reference manual of msp430f5xx and it dosen't seem to have DMA capability. Can give me a pointer to a document which does that.
View ArticleForum Post: RE: Reading multi-channel conversion in msp430f5247
The DMA is explained in both the device datasheet (SLAS897) and User's Guide (SLAU208) www.ti.com/.../msp430f5247.pdf www.ti.com/.../slau208o.pdf Regards, Ryan
View ArticleForum Post: RE: MSP430F6779 building code with Code Composer instead of IAR...
This issue has been documented before, the metrology code cannot be built with the free version of CCS. Regards, Ryan
View ArticleForum Post: RE: MSP430F6779 building code with Code Composer instead of IAR...
Ryan, Thanks much for the feedback, sorry I couldn't find the previous discussion where this was discussed. If you have it handy could you send me the link? Either way you answered my question. Thanks...
View ArticleForum Post: RE: MSP430 BSL
Actually, when I said "standard BSL Entry sequence" in my previous reply, I did not mean connecting PUR with VUBS as described in Section 6.7.1 of the data-sheet. I meant what was described in Section...
View ArticleForum Post: RE: MSP430F6779 building code with Code Composer instead of IAR...
I'm afraid that the referred-to discussions were internal and cannot be shared. Thanks and have a great weekend yourself, Ryan
View ArticleForum Post: RE: MSP430F6779 building code with Code Composer instead of IAR...
LOL just wanted to make sure my searching abilities were still up to par. thanks, Bob
View ArticleForum Post: MSP430f6721 micro - setting up i2c for polling.
I currently am using the i2c module set up as an interrupt. Is there available code that would show me how to set up the I2c for polling instead of interrupt driven? If so could you send this code to...
View ArticleForum Post: RE: MSP430 BSL
Sorry, there was a typo. The last sentence should be: "I think Section 6.7.1 does NOT apply because you cannot use USB BSL."
View Article