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 mallappat2011

  1. M

    temperature sensor in msp430

    Hi Akash, Please kindly find the below link for Using MSP430 Internal Temprecture sensor. Link: https://indiantinker.wordpress.com/2012/12/13/tutorial-using-the-internal-temperature-sensor-on-a-msp430/
  2. M

    Need Driver library for Microcontroller to work on IAR

    Hi Chandru, Which type of EEPROM you are using and what is the specific number of that ?
  3. M

    IAR Embedded Older Virsion (v3) for MSP430

    Hi dora, The older Version of IAR Embedded Workbench(V3) we can install with wine on linux(ubuntu), In the latest version it is asking for licence, If i select free 4KB size limited version it will send me the free license code, When i Paste into the license installation, It is not...
  4. M

    how using linux on win-7 without installing it on pc

    Hi shadababe04, You can try with flash drive like a pendrive, Install the OS on Pendrive when you want plug the pendrive and use it. Thank You..
  5. M

    MSP430 LaunchPad with G2553 --- P2.6 interrupt does not work

    Hello, Please find the below code for P2.6 Interrupt Driven. #include<msp430g2553.h> void main(void) { WDTCTL=WDTPW+WDTHOLD; P2DIR |= BIT6; P2SEL &= ~BIT6; P1DIR &= ~BIT3; P1SEL &= ~BIT3; P1IN |= BIT3; P1REN |= BIT3; P1IE |= BIT3; P1IFG &= ~BIT3; _BIS_SR(GIE); } #pragma...
  6. M

    MSP 430 need urgent help in tx/tx simple program

    Hi sreenath, I have some doubts on your thread. * Are you using msp430 or eZ430-RF2500 USB dongle ? * Are Imported whole project code into the workspace not a single c file? Try this below Code of Simple tx and rx for eZ430-RF2500. #include "mrfi.h" int main(void) {...
  7. M

    msp430 launchpad clock system is really confusing. How to make accurate timing?

    I din't Understand what exactly you need, But here i had given code for ACLK(Crystal), Code Description: * This code can be used to test if you have installed the 32 Khz Crystal on your LaunchPad correctly. * Using this code LED1 (P1.0) will turn on for 1 second, and turn off for 1 Second. *...
  8. M

    IAR Embedded Older Virsion (v3) for MSP430

    Hi All, Please help me for downloading IAR Embedded Older Virsion (v3) for MSP430, If you have the file share with me. Email: mallappaktrc2010@gmail.com
  9. M

    Problem with reading eZ430-RF2500 module

    Re: programming the ez430-rf2500 Hi Friend, Here is the code for as your requirment.. #include <msp430.h> int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer P1DIR |= BIT0; // Set P1.0 to output direction P1DIR |= BIT1; // Set P1.1 to output...
  10. M

    [msp430f2274] How to extract the desired data from UCA0RXBUF

    Hi bettyxyz1028 Please check in the Code Composer studio right click on the project "Build Configuration->Set as Active->End Devece Access Device" Select the options Access Device or End Device.
  11. M

    Is it safe to Direct solder a CR2032 Lithium coin cell

    Hi All, Is it safe to Direct solder a standard CR2032 3V lithium cell without any special equipment, What happen to the internal Chemical formation. Otherwise if its posibble what is the maximum temprecture it can be worked.
  12. M

    Downloading web site of Orcad 16.2 or 16.3

    Hi All, Please help me for downloading Orcad 16.3 or 16.2 student or demo full version for Linux.
  13. M

    C:\Cadence\SPB_16.3\tools\Capture was not found

    Hi All, I am using OrCAD PCB Editor(version 16.3) sometimes I got error message, When I right click the tray, to open Design Entry CIS I get a message saying C:\Cadence\SPB_16.3\tools\Capture was not found. And also i attached error message image file, Please check there what are the...
  14. M

    Five pin Relay(RELAY KT-603) in Allegro PCB Editor.

    Hello Friends I want to ask what do you use for a 5 relay on a Allegro PCB Editor. tell me what to do for this, Like for an IC we use a dip what we use for Relay or is there relay in library file please tell me. Note: Relay type(name) KT-603, And i had been using Allegro...

Part and Inventory Search

Back
Top