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 vijitron

  1. V

    [PIC] Variable status after Wake up from sleep - 10F200

    Hi Gorgon I edited the code and removed the initialization at all . I am only declaring the variable in global. This 10F200 controller dont have ISR, Now where to POLL the GPWUF flag (this flag is Reset flag /Wakeup Flag) below is my code, tmCnter is reseting to 0 after wakeup. Is...
  2. V

    [PIC] Variable status after Wake up from sleep - 10F200

    Hi all What will happen to the variables value (RAM) when i wakeup from sleep of 10F200 controller? Will the value remains unchanged or totally it will resets from the beginning of the code? I am using Hitech C 9.60 PL3 for 10F200 , after sleep the change in state of pin wakes up the...
  3. V

    How to make PCB green color after make design or before?

    Are you asking the color of layout or you want to see the 3d image of the PCB you designed? Assume only color, you have to see the layer color property of the tool you used. To help you more, let us know what software you are using to develop your layout along with version.
  4. V

    CC1125 SPI Interface

    Hi Friends, I am trying to interface CC1125 with PIC24F32KA302 i am new to SPI. I am looking for the SPI code for this . Can any one help me how to write code for it in XC 16 compiler using bit banging ports.
  5. V

    multiple definition of '_symbolname' first defined here

    Hi Horace I understood this thank you, i had 2 more doubts in this same topic. 1. This same code is working in Hitech PICC8 without the 'extern' i don't know how? 2. I used the extern as below in radio_if.h extern radioChipType_t RadioChipType; but not defined...
  6. V

    [SOLVED] receive string from hyper terminal using uart

    in the case if assume what paul gave is the problem you looking to solve, the buffer means an array variable str[10]. You have to write code to store each character you receive from hyperterminal by incrementing the element eg: if(charreceived!=0x0d) { str[i] =charreceived; i++...
  7. V

    [SOLVED] receive string from hyper terminal using uart

    What exactly your problem , If you explain clearly then only someone can help you proper way.
  8. V

    multiple definition of '_symbolname' first defined here

    i am using the structure and got this mulitlple definition issue, Error: (Compiler: XC16 MPLAB X IDE) build/default/production/drv/CC112X/Drv/Radio.o(.nbss+0x2): multiple definition of `_RadioChipType' build/default/production/main.o(.nbss+0x0): first defined here My structure in Radio_if.h...
  9. V

    [SOLVED] receive string from hyper terminal using uart

    You can use some other terminal software like Realterm or Docklight, could be very easy. Or you can make a text file (testString.txt in desktop or project folder) with all your string and use 'Send Text File' menu in Hyper terminal and select your file and send. Now you will receive all your...
  10. V

    [SOLVED] PIC24FV UART Configuration issue

    Omg:-o, its my mistake. Thank you for noting that. Now its working. When using printf , some characters missing at terminal. So i wrote my own Putstr function verifying the while(! TRMT) Now its working fine. Thanks again
  11. V

    [SOLVED] PIC24FV UART Configuration issue

    Hi I am facing issues in UART communication, PIC24FV32KA302 . i configured the UART for 9600 baud rate, but unfortunately i am receiving junk values in the terminal. I suspected the OSC configuration, but i don't really know weather i did configured right way for 8Mhz. below is what i did...

Part and Inventory Search

Back
Top