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 AnuHV

  1. A

    doubt in interrupt g in mSP430f449

    Hi, i wrote a program for ADC for five channels.it worked properly but after somedays when i tried the same it not entering the ISR#include <msp430x44x.h> #define Num_of_Results 8 // These need to be global in this example. Otherwise, the // compiler removes them because they are not...
  2. A

    doubt in pic18f67j60 ethernet connections

    hi, how to check my pic18f67j60 ethernet module is working or not.i am trying to create a web-server using pic18f67j60.i have connected my pic18f67j60 to pc through Serial port and ethernet cable.but, there is no response from pc.pls could someone to solve this problem.
  3. A

    [MOVED] Help needed for USART programming in MSP430f449

    Hi, i have wrote a program for usart transmission in msp430f449 in order to transmit a character from msp to speakjet IC. when i download and debug its showing as some of the registers are busy.but when i gave this option "debug without download" option ,in the txbuf its showing the apt ascii...
  4. A

    MSP430 c language programming doubt

    #include <msp430x44x.h> // These need to be global in this example. Otherwise, the // compiler removes them because they are not used static unsigned int A0results; static unsigned int A5results; static unsigned int A2results; static unsigned int A3results; static unsigned int A4results; int...
  5. A

    MSP430f449 ADC program doubt

    Hi , I have executed the following ADC program for single channel by connecting my flex sensor .When i checked the register ADC12MEM0 for digital output i could not find any changes.Please someone tell me where i have gone wrong? should i enable any interrupt in particular for this program...
  6. A

    programming doubt in msp430f449

    if i want to read an analog input?
  7. A

    programming doubt in msp430f449

    [/COLOR] if it is to get an input from a single port pin?
  8. A

    programming doubt in msp430f449

    please someone help me ... i want to know whether while writing c code for msp430f449 we can access port pins individually?
  9. A

    programming doubt in msp430f449

    HI, i am planning to receive an analog input in port6.0 from flex sensor.output of flex sensor is 1.9 volt.when i bend the sensor it increases upto 2.5v. depending upon this value i have to glow the led connected in port1.0 while writing a c code i want to transfer this analog input value...
  10. A

    How to dump program in msp430fg4618?

    hi dora, i am using msp430f449
  11. A

    How to dump program in msp430fg4618?

    Hi dora, i executed that program only for port1 the error came as such....later i tried to change it to port6 while executing i have intialized and toggled port1 only...only while copying it into edaboard i did that mistake.. for the first time while i was executing the first program i was...
  12. A

    How to dump program in msp430fg4618?

    This is the error yhat i am getting in IAR WHEN I GAVE PROJECT-->DEBUG WITHOUT DOWNLOADING I AM GETTING AN ERROR AS User error: Illegal opcode found on address 0x0
  13. A

    How to dump program in msp430fg4618?

    Hi sir, first i tried this program #include "io430.h" void delay(int a); void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer P1DIR |= 0xFF; for (;;) { P1OUT = ~P1OUT ; delay(10); } } void delay(int a) { volatile unsigned int i; // volatile to prevent optimization i...
  14. A

    How to dump program in msp430fg4618?

    hi sir, Now getting an error after giving debug-->go like this why this error is coming and what to do to eliminate this?

Part and Inventory Search

Back
Top