Forum Post: RE: LEA Driver Library examples don't compile
Peter, In CCS did you check for updates by going to Help>Check For Updates and update everything else? I will look into this and see if we have a gap. The headerfiles got changed as we are adding...
View ArticleForum Post: RE: I2C issues with I2C example on msp432
Oh. I must just not be seeing this the correct way.
View ArticleForum Post: RE: LEA Driver Library examples don't compile
Hi, Thanks for your reply! I tried Check for Updates. It said "no updates found", but also displayed a popup with: No repository found at http://downloads.ti.com/msp430/esd/updates-432/p2macosx . The...
View ArticleForum Post: RE: CCS6.2 How to change C comment color
Thanks to your pointer, I found it.
View ArticleForum Post: RE: How to disable compiler recommendations /remarks
Thanks, that is exactly what I needed.
View ArticleForum Post: RE: MSP 430 Lab Workshop Video ?
ChrisChina, Here's one of the training series for MSP430.Let me know if you're looking for something else. For SPI,I2C, you can read Users Guide and browse through code examples. TejaChintalapati
View ArticleForum Post: RE: Launchpad acts differently when in debug mode vs battery powered
Hi Dennis, Following example msp430x20x2_adc10_01.c, I don't see any type of busy flag polling. All the interrupt does is clear the CPUOFF bit. Isn't the ADC10SC automatically cleared at the end of a...
View ArticleForum Post: Monitoring Battery Voltage with MSP430F5528
Hi, I am using comparator module to monitor the supply voltage and have configured the comparator as follows; #include #include " msp430f5528 .h" #include "math.h" /* * main.c */ int main(void) {...
View ArticleForum Post: RE: MSP430F5255 controller firmware update wirelessly from CC3200MOD
Hi Vivek, OTA updates are not possible by using a MSP430 device's native bootloader, you will need to utilize a main memory bootloader solution for this application. The MSPBoot (SLAA600) Application...
View ArticleForum Post: RE: The LEA of the FR5994
Hi, 1. There is a Nyquist–Shannon sampling theorem which describes properties of quantized analog signal. So it needs to double the frequency range to avoid aliasing (parasitic frequency noise). The...
View ArticleForum Post: RE: MSP 430 Lab Workshop Video ?
I agree that a video can be great, but it is hard to make a video that covers all the needs of the different people. Is there some special functionality you want to learn?
View ArticleForum Post: RE: MSP430FR6972 ADC+DMA issue
Hi Caleb Overbay , after fixing some issues the overlap was reduced to one sample. I set a breakpoint after stoping ADC in DMA_ISR and another before start 2nd adc conversion (adc_opt_start_conv()) and...
View ArticleForum Post: RE: Old code does not compile with latest CCS and MSPWare...
Hi Marcus, Please review chapter 3 "Software Modifications" from this Application Report and let us know if you have further questions. Regards, David
View ArticleForum Post: RE: About LCD controller Voltage in MSP430F6726A
Hi Uchida, 1) No LCD panel load means no LCD panel is connect and the charge pump is on. 2) I need to look into this a little further. I'll get back to you soon. Best regards, Caleb Overbay
View ArticleForum Post: RE: MSP430FR6972 ADC+DMA issue
Hi, If you feel comfortable posting it on the forum you can. Otherwise, if you feel there is intellectual property in it, we can discuss sending it through email. Best regards, Caleb Overbay
View ArticleForum Post: RE: MSP 430 Lab Workshop Video ?
Well, I saw TI make lab 0 or lab1 sometimes but never more. On the other side, I see TI make a series of 10 video of one hour each to explai TI RTOS. I would like to learn it all to master it, and I...
View ArticleForum Post: RE: MSP432 Maincode debugging with a Bootloader loaded
Excellent! I'm happy to hear that it worked for you. I'll go ahead and close the thread. Regards, James MSP Customer Applications
View ArticleForum Post: RE: Final image size for MSP430fr5969 in IAR
Hi Sachin, I am working on this and will get back to you shortly with advice. Best regards, Caleb Overbay
View ArticleForum Post: RE: I2C with MPS430 and C2K slaves
There is indeed a lot of clock stretching going on. Does the C2000 actually support clock stretching? If yes, the problem is probably no the clock stretching itself, but the spike that happens when the...
View ArticleForum Post: RE: Final image size for MSP430fr5969 in IAR
If you turn on the Linker list option, the linker will generate a MAP file that tells you how memory are allocated in the object file. Alternatively, if you use a text editor to examine the 181 KB txt...
View Article