Forum Post: RE: I2C communication on msp430f5438 experiment board
Don't forget pullup resistors.
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
I saw that chart right after writing my post. Yes i use the DB-9 connecter and yes it's a true interface RS232 between the experimenter board and my PC. I just measure and yes i got a DTR positive. I...
View ArticleForum Post: RE: Need MSP-FET430UIF power down to also disconnect reset pin.
Or to not use MSP-FET430UIF & MSP-Flasher for this at all. [quote user="Bruce Olney"] However, after programming we need to power off the target device. [/quote] Why?
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
Do you receive nothing or someting that is wrong?
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
Yes, i use the MSP FET just to write programs in my board, nothing more. So i think you're right. I'll look a that now
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
I receive something wrong but i receive something. When it works When it "doesn't works" :
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
And the "Hello World!" comes from the same board?
View ArticleForum Post: RE: MSP432p401R compiling error in CCS.
Doesn't CCS tell you where the error is located? Could you show your code or upload the project?
View ArticleForum Post: i am facing an error while downloading firmware in MSP430FR5969.
hi, when i compile my code , it compiles with 0 error. but when i go to download it, i often got an error. the error is : couldn't go to 'main.c' please suggest me what to do.
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
I change nothing between the two baud rates except the three registers UCA0BR0, UCA0BR1 and UCA0MCTL. I use a program to calculate their values.
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
Are you sure the terminal program can work with non-standard baudrates?
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
I guess that something is wrong regarding MCLK (measure it) / baudrate setup on micro side. Why you don't use calibrated 8MHz DCO? You have MSP-FET , so you can try same thing with MSP-FET UART / CDC...
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
The terminal let me change the baud rate like i want so i supposed so. But i'm going to look if i can have a proper answer.
View ArticleForum Post: RE: Baud Rate for the MSP430FG4618/F2013 experimenter board
I would agree to zrno. First of all I would make sure that my clock source for the USCI runs at the desired speed. This is the base that needs to be correct. The higher the baudrate, the less tolerance...
View ArticleForum Post: FR5994 UART RX current leakage
After some days/weeks of always-on testing of FR5994 UART RX current leakage (~100 uA) appear when RX pin remains "floating". When pin is connected to emulator side such effect disappear. This issue...
View ArticleForum Post: finding correct reference manual for tm4c1231h6pm
Hello, I am looking for a manual which will have all the peripherals and their corresponding registers. i.e. how to program those peripherals. Where can I find this information.? Thanks Yash
View ArticleForum Post: RE: ADC10MEM reg giving zero value as adc output
Ah, I missed the VLOCLK setup. Keep in mind that VLOCLK can vary quite a bit (40% as I recall), but it doesn't change much short-term (minutes/hours). If it starts to cause you trouble, SMCLK (rather...
View ArticleForum Post: RE: ADC10MEM reg giving zero value as adc output
Oh, something else I forgot (it's been a while since I did this): In your ADC ISR, you'll want to add (after fetching ADC10MEM): ADC10CTL0 &= ~ENC;ADC10CTL0 |= ENC; // Toggle to re-enable the TA0...
View ArticleForum Post: RE: MSP430F5438A using I2C and RAM interrupts
The issue was hardware, incorrect value for the i2c pull-up The ISR vector table is shared RAM used by a boot-loader and the application, both codes copy the code from FLASH to RAM
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
I was able to confirm that the "List USB Devices" app is using libusb to access the list of available USB devices. It is bypassing the Android API exactly as Clemens said. I'm satisfied that I...
View Article