Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by bettyxyz1028

  1. B

    Help!ez430rf2500-seh solar energy tool-can not use UART mode

    Re: Help!ez430rf2500-seh solar energy tool-can not use UART Here is my code: linkTo() { ... P3SEL = 0x3f; // If i put this one here, transmission will fail BCSCTL1 = CALBC1_1MHZ; // Set DCO = 1MHz DCOCTL = CALDCO_1MHZ; UCA0CTL1 |= UCSSEL_2; // SMCLK UCA0BR0 = 0x68; // 1MHz 9600...
  2. B

    Msp430F2274: How to use UART without interrupt?

    I decided to use interrupt.... But it doesnt work... Everytime whn i select the ports, the transmission fails
  3. B

    Help!ez430rf2500-seh solar energy tool-can not use UART mode

    I hav the ez430-rf2500-seh solar energy harvesting tool. I decided to make some modification based on the Demo code. I wanna choose P3.5 (UART) as a receive pin. I follow the sample codes to write a simple interrupt. I disable the previous P3.5 function (connect to solar panel inner battery...
  4. B

    Help!Try to input an integer to ez430-rf2500 target board

    Re: Help!Try to input an integer to ez430-rf2500 target boar P3.5 can not be used. B/c it is used to communicate with solar chip.............
  5. B

    Msp430F2274: How to use UART without interrupt?

    I know that for MSP430fg439, there is a way that u can transmit or receive data without using interrupt enable. ME can replace IE. I try to find the same way in MSP430F2274, but i cant. Is there any method to be in the UART mode in MSP430F2274 without interrupt? Where can i find this kind of...
  6. B

    [msp430f2274] How to extract the desired data from UCA0RXBUF

    I followed the sample code from the TI. The ez430-rf2500 target board receives an external signal from a heart rate board(MSP430fg439). I first pass the value of UCA0RXBUF to UCA0TXBUF for testing. I observe the signal from P3.4(Tx) pin by using oscilloscope. It is square wave and it is correct...
  7. B

    How to choose n calculate the UMCTL0 in msp430????

    There is a table about commonly used baud rate on user guide. However the frequency i use is 2.097152Mhz = 1.048576Mhz * 2 which is not in the table... I want the baud rate to be 9600. So i set: UBR00 = 218; // 109 *2 UBR01=0; But i dunt knwo how to set the modulation UMCTL0=?? Any...
  8. B

    Help! Heart rate board (MSP430fg439) can not be powered on!!

    Re: Help! Heart rate board (MSP430fg439) can not be powered Im trying to preset a value(int) in the program. Then later i can replace the value by heart rate reading. I chose P2.4 to be the output pin. The board is workable and it is fine with original programming. After modifying the...
  9. B

    Help!Try to input an integer to ez430-rf2500 target board

    Re: Help!Try to input an integer to ez430-rf2500 target boar aHHHH I FORGOT to post a question..............i was too tired tat day. when i push the push button, it shows red light instead of green light. I check n find if i erase the port 3 initial setting, the green led would light. then i...
  10. B

    Help!Try to input an integer to ez430-rf2500 target board

    Re: Help!Try to input an integer to ez430-rf2500 target boar Tks a lot! I am quite new to this tool. XP I download some sample code from TI. The whole programming is based on the SHE monitor sensor sample code. I change my code today(I juz write the main parts): int aNumber main { P1DIR =...
  11. B

    Help!Try to input an integer to ez430-rf2500 target board

    I wanna connect another hardware to this target board. That target board will send an integer to this target board. I choose P2.0 as input pin. But when i open putty.exe to check the transmission data, i only see 60. By right, i should see aNumber=0 when there is no input apply to port...

Part and Inventory Search

Back
Top