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 santh92

  1. S

    [General] Real time UART data plotting in python

    Dear andre_teprom, 1) PC Program does not get any data? 2) PC Program get but plot it incorrectly? 3) PC Program plot correctly, but not real time? Let me discuss about my problem briefly, Actually I am using a function generator to give an external analog signal to input to the ADC of...
  2. S

    [General] Real time UART data plotting in python

    Real time data plotting on python Hello all, I am facing a problem about Real time uart data plotting on python Actually i am using msp430f5438a microcontroller, and i am trying to plot sine waveform(which is given by a function generator) on python. My doubt is => it is possible to plot the...
  3. S

    [General] Real time UART data plotting in python

    Dear Klaus, Thanks for your reply and sorry for the inconvenience. Actually i am able to monitor the data on TERA TERM(Serial port terminal), my requirement is to get the waveform corresponding to my uart data. For that purpose i started using python, but i am unable to get...
  4. S

    [General] Real time UART data plotting in python

    Hi to all, I am working on msp430 microcontroller by using that i am able to transfer the sine signal through UART and now want to plot that signal using python. But unfortunately i am unable to get the plot as i expected. Is there anyone can help me to solve this. and please explain me...
  5. S

    [General] How to bring the adc data to io port of msp430

    thank you KlausST, I am attaching my code below, please tell me where i have to add those steps : #include "msp430f5438A.h" #include <stdio.h> void adc_function(void); void main(void) { WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer...
  6. S

    [General] How to bring the adc data to io port of msp430

    Dear doraemon, I have already discussed with you to collect the data from msp430f5438a microcontroller and i am using EXP-MSP430F5438 Microcontroller. I want to know, while collecting data from the ADC12MEM register is there any delay will be occur. Or is...
  7. S

    [General] Internal Reference Voltage of MSP430

    Hello to all, I am using MSP430F5438A microcontroller.... In that i am using 12-bit ADC(ADC12_A) with internal reference voltage... By using the Reference module i have enabled the following registers.. REFCTL0 = REFMSTR + REFON + REFVSEL_3 +...
  8. S

    [General] Clock frequency of msp430f5438a microcontroller

    Hi all, I am using msp430f5438a microcontroller............ I want to about the clock signals(MCLK, SMCLK, ACLK) and frequency of the corresponding signals.............? Thank you
  9. S

    [General] How to bring the adc data to io port of msp430

    Thank you so much..... sir your solution is very helpful to me..... 1st sol is working fine... but i tried for 2nd one...... the bit position is changing, so i couldn't identify the corresponding value for my signal......... little bit variation is there in the output sample value...
  10. S

    [General] How to bring the adc data to io port of msp430

    Thank you for reply sir, but i have 16-bit register ADC12MEM0 in msp430f5438a microcontroller -> in my controller devices each port is having 8 pin...... P1.0 to P1.7 -> give me some clarifications for below ques: 1. may i seperate the data like ADC12MEM0(0 th bit)...
  11. S

    [General] How to bring the adc data to io port of msp430

    Hi sir, i have configured an channel of adc in msp430f5438a microcontroller. Now i have the converted data in adc12mem0(0)(for adc channel0). Is there any possibility to bring the data to the i/o of msp430 controller or led from adc12mem0 register...
  12. S

    [General] Msp430 12-bit adc register configuration

    Hi, everyone I have started working on MSP430F5438A microcontroller. I have gone through the datasheet for the corresponding device. I learnt the register configuration for ADC12_A based on that i written a code...
  13. S

    Dcm_clkgenerator multiplication in spartan-6

    hi, i am new for using digital clock manager in spartan -6 and i dont know how to get the multiplied and divided output from the DCM_CLKGEN to the output I/O...... pls help me...
  14. S

    Real time clock in verilog

    [Merged] Real Time Clock in Verilog by using clock division technique // REAL TIME CLOCK --------- i really feel very happy, after so many tries finally i got the correct solution to display the time in display of spartan-6 by using clock division technique............ and i am the beginner...
  15. S

    Real time clock in verilog

    Real Time Clock in Seven Segment display Gud mng sir, the above program which clock i have to choose for always block (case sensitive), to count the minute and second process.... and also i am in confusion of this below process, any one can explain me clear....... always @ (posedge clk) begin...

Part and Inventory Search

Back
Top