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 snishanth512

  1. S

    Wireless transceivers selection

    Hi Contiki setup procedure https://www.contiki-os.org/start.html#hardware Support for cc2530 hardware https://github.com/contiki-os/contiki/tree/master/examples/cc2530dk Above links will might help you.
  2. S

    Wireless transceivers selection

    Hi What is your use case?
  3. S

    how semaphore and mutex are implemented ?

    http://montefiore.ulg.ac.be/~pw/cours/psfiles/struct-cours6-e-4.pdf The link might help you.
  4. S

    How to solve the resolution of the problem

    Does the board have UART debug out Linux console?
  5. S

    Bluetooth 4.1 core specfication implementation

    To support simultaneous master/slave connections, in which software layer we have to implement??? Is Link layer should be updated to enable above mentioned feature??? Or where can we find bluetooth 4.1 standard implemented device ???
  6. S

    how to get information from website using c program

    Is there any way to get information from internet using C program.
  7. S

    [SOLVED] Pic32 and encoder Problem to rotate stepper motor ?

    mStepper_B_For(); mStepper_B_Rev(); mStepper_B_Fourth(); what these functions do? post the codes of these functions.
  8. S

    explanation in lpc2148 programming program needed

    Buttons should be configured as input. So, the code GPIO0_IODIR &= ~(BUTTON1 | BUTTON2) clears corresponding bits.
  9. S

    [SOLVED] Simple Pic18f4550 pin problem............

    Is the circuit simulation or hardware? Attach the circuit diagram.
  10. S

    help me find error in program for PIC16F877A

    Which compiler are you using? You mean logical error.
  11. S

    uCOS II interrupt service routine problem

    I downladed example code micrium website. And configured code for TM4C123G microcontroller. The ISR is executed with no errors. But OS schedules lowest priority task. It does switch to tasks which I created.
  12. S

    uCOS II interrupt service routine problem

    I ported uCOS II on ARM cortex M4 based micro-controller. uCOS II works great. But when interrupt is used, it goes to lowest priority idle task. It is not scheduling user defined highest priority task. I use the following code for servicing interrupt. void BSP_IntHandler (CPU_INT16U...
  13. S

    How to know the program counter value in any microcontroller?

    In many IDEs, download the code and debug options are there. You can also do step by step execution of the code. You have simulator options in IDEs. Or else, the board or chip should have in circuit debugger.
  14. S

    info about give program below

    = operator will be executed as right to left.

Part and Inventory Search

Back
Top