Forum Post: RE: Startup code for msp430 in IAR
Thanks for your reply. What is the difference between debug mode and release mode of compilation. What exactly the compiler will does in these two modes?
View ArticleForum Post: MSP430FG6626 LCD controller not working
I'm using the LCDB controller on MSP430FG6626 to drive a segment LCD glass. LCD info: www.digikey.com/.../1118603 Configuration: 4-MUX, 3-bias, internal bias generator, V(LCD) is sourced internally as...
View ArticleForum Post: RE: MSP430F5529LP LaunchPad
- Windows 7 Ultimate 64bit - "A not identifiable USB-input device" - no
View ArticleForum Post: library file and timer initialization in energia for msp430f5529...
Hello everyone Am not finding the "Timer.h" library file in Energia tool installed in my system for windows 10. Can anyone tell how can i import this library file for working with timers. How do i...
View ArticleForum Post: SPI recieve trigger DMA problem
Hello I modified the spi_dma_loopback example mode to only work with 1 spi slave my idea is to get DMA trigger after RX buff is full then move the RX buff data on a data array "slrxData" of 3 bytes but...
View ArticleForum Post: RE: MSP430FR2311 default program download
Eli, I appreciate you choosing the FR2311. Please allow until this coming Monday, 16-May-2016, and the MSP team will make sure you have the FR2311 LaunchPad out-of-the-box demo code. Best regards, AlanL
View ArticleForum Post: How to find out a port address during debug in CCS?
Hi everybody! The thing is when I am doing DEBUG in uVision and click a port (any port, CSCTL0, or any other) the description gives me the real address of this port. This is a very useful feature,...
View ArticleForum Post: Receiving data from MSP430i2040 EVM without the...
Hi all, I have ( MSP430i2040 EVM ) and I connected it to pc using RS232, I get the data easily when I run calibrator-20121120 program, and when it connected to Arduino, i get data from the kit after...
View ArticleForum Post: RE: MSP_GANG Fail to write mem un blank bytes
Thanks, My challenge is to erase one segment. When use the MSPGANG_Interactive_ EraseSectors (0x1800, 0x1840); There is no error but the segment is not erased. How can I erase one segment? I think I...
View ArticleForum Post: RE: Error in Timer
"int i;" should be "volatile int i;" so main sees the changes from the ISR. Do you have a 32kHz crystal installed on your board? As I recall, the crystal is not pre-installed on the G2 Launchpad,...
View ArticleForum Post: RE: MSP430FG6626 LCD controller not working
Any hint??? The LCD is 1/3 bias. Maybe I need to remove LCD and just test MCU to see if waveform is correct?
View ArticleForum Post: RE: MSP430FR2633 - Counts fluctuating when touching a capacitive...
>For example if I touch the element at Rx0 and Tx0, also the counts of the other elements of the Rx0 line fluctuate. Would be nice if you tell more about fluctuations - mean and deviation. Could be...
View ArticleForum Post: MSP430F5438A Timer problem
Hi, it's my first time using this forum. I have a problem with a timer A0 programming. I'm trying to make a program that toggle LED when the timer counter overflow using the interruption vector. But i...
View ArticleForum Post: RE: MSP430F5529LP LaunchPad
Error initializing emulator: No USB FET was found No LED is shining And I canĀ“t see the memory in the Windows window (compare USER-GUID from TI)
View ArticleForum Post: How can I communicate flash over spi in cc1310 ?
I want to write and read from flash. I read the flash uniq id but I didn't write the winbond flash(w25x40cl). Please help me to write code or give me an example for spi communication. Thanks. Have a...
View ArticleForum Post: RE: Error in Timer
Thank you very much for helping. However, I still don't get my desired output even though i already did as you suggested. I did have a crystal oscillator soldered in my launchpad which is already...
View ArticleForum Post: Old Cow Yellow Celebration Week - Thank you from all of the TI...
Say Thanks to OCY! Old Cow Yellow Celebration Week - May 15-21, 2016 Keep Inspiring! From Palo Alto Tiny BASIC to the Homebrew Computer Club to the TI E2E Community, old_cow_yellow has become a legend...
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
A Big Hooray, and even bigger Thank You for OCY ! https://e2e.ti.com/group/launchyourdesign/m/boosterpack/666519
View ArticleForum Post: RE: Error in Timer
Sorry, I missed this before: You have 3 cases: (i 2), (i==3). After the third interrupt, i becomes both >2 and ==3, so you turn on LED2 but then set i=0 (so it is then =2)[2nd case] or (i==4) [3rd...
View Article