Forum Post: RE: EVM430-F6736 LCD Not Working
Today I tried using IAR Embedded Workbench IDE with the downloaded source codes. The same error occurred i.e. undefined SD24INCH_0 in emeter-metrology-setup.c. But IAR also gave another error which is...
View ArticleForum Post: RE: EVM430-F6736 LCD Not Working
Hi Roslee! [quote user="Roslee Mohd Sabri"]undefined SD24INCH_0[/quote] According to the User's Guide for the MSP430x5xx and MSP430x6xx family, the SD24_B module has no INCH bits at all. A look into...
View ArticleForum Post: DAC161S997EVM
Hi I seem to be having problems programming the DAC161S997EVM board via my MSP-FET430 USB Debug Interface. I have come across a couple of forums online, on the e2e TI community too, in which people...
View ArticleForum Post: RE: DAC161S997EVM
Hi David! What is the problem you have with programming the EVM? Any links to the other people's threads? Dennis
View ArticleForum Post: RE: MSP430F5510 RGZ/PT code compatibility
[quote user="Matthew Raines"]So it appears the 48 pin versions don't bond all the I/O from the die to the package pins.[/quote] Exactly! In your software you can still access them, but of course there...
View ArticleForum Post: RE: EVM430-F6736 LCD Not Working
Hi Dennis, Yes that's what I found out too looking at the user guide, hence the reason I just commented it out in the source code to try and get the compile to pass. I don't think that is the cause of...
View ArticleForum Post: How to read the ADC with MSP430F5335 with Bluetopia project ?
Hi I am developing in MSP430F5335 + CC2564 with IAR Bluetopia SPPLEDemo_lite project. In our hardware ,it use the P6.4/CB4/A4 for detect battery. How to set P6.4 to Analog input A4 – ADC for detect...
View ArticleForum Post: RE: EVM430-F6779 Calibration
Few loads are purely resistive or purely reactive. A water heater element is probably the closest thing to a purely resistive load that is easy to find. The strong cooling effect of the water prevents...
View ArticleForum Post: MSP432 Interface with SIM808
Hello All, I am trying to Interface the SIM808 to MSP432 using UART. I've set the UART baud rate as 115200 and DCO freqency is 24MHz and the clock source is SMCLK. I am using the systick as delay...
View ArticleForum Post: RE: MSP430F5659 has USB BSL
Hi Dennis, We are using USB HUB 4041 interfaced to MSP430F5659 controller. Using CDC example C3 We are able to load the driver and able to access the USB as serial port. But we are unable to...
View ArticleForum Post: How to store some data into MSP430 and not be clear when MSP430...
Hi , I am developing in MSP430F5335 + CC2564 with IAR Bluetopia SPPLEDemo project. I want to store some data into MSP430 and not be clear when MSP430 power off. So...It seems should be store into...
View ArticleForum Post: Radio Module fails to transmit data when PMM module is enable to...
Hi All, In my application, I am using a radio module for wireless transmission.. When power is down, the data should be written in flash and on power up data should be read from flash and transmitted....
View ArticleForum Post: RE: MSP430FR5889 Timer and eUSCI Interrupt Problem (with Driverlib)
@Robert Cowsill: Good idea. But unfortunately it does not work. Exaktly the same fault as before. Any other ideas?
View ArticleForum Post: RE: MSP432 Interface with SIM808
Hello, When intilizing the UART I've set the DCO as below CS_setDCOCenteredFrequency(CS_DCO_FREQUENCY_24); and next in delay function I've set DCO Frequency as below CS_setDCOFrequency(100000); So what...
View ArticleForum Post: RE: MSP430 BSL
Thankyou all! Am going thro' slau319 for updating it using UART. Thanks and Regards, Sangeeta Gunwani
View ArticleForum Post: RE: MSP430F Dim and Bright for LED
Hi Clemens, Thank you so much. I am able to dim the LED based on example code. I have to set PWM frequency to 900 Hz. Could you please help to calculate the PWM frequency.
View ArticleForum Post: RE: MSP430F Dim and Bright for LED
This is basic math: If your SMCLK runs at 1MHz and you source the timer from SMCLK without any divider and want to have 900Hz as PWM base frequency, simply calculate: 1,000,000Hz / 900Hz = 1111 So your...
View ArticleForum Post: RE: MSP430F47177 programming cycle execution time much longer...
Thank you for reply. 1. MCU is not running at 12MHz! It is running exactly at 312.5kHz... Looking for solution. Any advices? I was deceived by UART, because it was running at expected baudrate with...
View ArticleForum Post: Problem communicating between MSP430F5438A and ADS1248
I'm trying to communicate between MSP430F5438A and ADS1248 and I'm having problems. The ADS1248 is connected to UCB1. I've tried to create a small application to try to reproduce the problem (code is...
View ArticleForum Post: DAC161S997EVM Debugging via FET430
Hi I am having an issue debugging my code via the FET430 UIF USB interface, I am trying to step through my code and it doesn't appear to be stepping it does on other microcontrollers. In particular, I...
View Article