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 vhn

  1. V

    [SOLVED] if-else loop statement error

    Hi, The answer is in the code itself. When the macro expands, the line will read printf statement followed by two semicolons. So the compiler sees effectively more than one "line" of code. You can avoid this by removing the semicolon either at the end of macro definition or at the end of macro...
  2. V

    UHPI access in DSP 6727 - looks like the DSP is lost

    dsp 6727 Hi, I'm trying to establish communication with DSP 6727 with a PowerPC 82xx series host processor. I notice that after the host writes some large chunks of data to DSP, it hangs and the Ready pin will not be deasserted. It looks like the DSP is lost. Is there anyone who has made this...
  3. V

    2 PIC microcontrollers via mobus RTU.

    Re: Modbus RTU Help Hi KrAK3N, Implementing Modbus RTU between two PIC microcontrollers would be quite easy if you use the UART peripheral. You need to ensure that the timing constraints mentioned by the protocol are taken care. But you can always ignore these if you do not want to connect your...
  4. V

    Method to identify shared folder access in Windows

    Hi, Suppose I have shared a folder/file in a PC (operating on Windows OS), lets say PC1, which is connected to LAN. Now I access this shared folder/file by another PC (PC2) on the LAN. Is there any method to track that PC2 had accessed the shared folder/file in PC1? If so, how? and what are the...
  5. V

    what is the best RTOS for PIC 16F877 ??

    rtos 16f877 Hi allko, Since Salvo has been proven on PIC microcontrollers and is robust for 8-bit microcontrollers, I suggest Salvo would be the best choice for PIC microcontrollers. Regards, vhn
  6. V

    keil arm manual required

    keil arm manual Hi raghun, Here is a document that gives some information about Keil CARM compiler. Hope it helps. Regards, vhn
  7. V

    Reset problem in DSP TMS320F2812

    tms320f2812 Hi, I'm using TMS320F2812 DSP and SDFlash utility for programming the flash. I'm using the Spectrum Digital's XDS510PP emulator. I've programmed the DSP such that after power on it immediately goes to power down mode (HALT mode in particular). Only NMI can wake up the device from...
  8. V

    Code Security Module in TMS320F2812

    Hi, I'm using TMS320F2812 DSP. I use the spectrum digital's SDFlash utility to program this device. When I'm trying to erase the device, it displays the following warning: WARNING: THE CONTENTS OF THE SECURITY PASSWORD LOCATIONS IN THE FLASH MAY NOT BE IN THE EXPECTED STATE. FOR FURTHER DEBUG...
  9. V

    Need help in a project with pic 18f258!

    Hi ivansousa, As you have already identified that your application will be having two motors, now you need to choose the stepper motor that suits your application. Then you need to interface the PIC microcontroller with the stepper motor. Depending upon the stepper motor specifications you need...
  10. V

    Stepper motor controlling with SPI interface, PIC18F4580

    Re: spi interface Hi brunokasimin, As with every SPI interface, first you need to check whether Master is generating the clock pulses according to your defined frequency. Use an oscilloscope to check all the waveforms (CLK, MOSI and CS). The chip select should be active while doing the...
  11. V

    How to transmit data serially in C++ from the Computer.

    Hi te04-0202, Lot of free applications are readily available in internet which will serve your purpose. Typically they access the PC COM port and send the data you require. You just need to make sure of the physical layer (RS232 / TTL) and the baud rate settings. One such good software is...
  12. V

    HELP!! Control dc motor speed with PIC16F877a using hi-tech

    Re: HELP!! Control dc motor speed with PIC16F877a using hi-t Hi jun86dia, Are you sure that RB0 is continuously made high? If not, then according to the code, the CCPR1L register value is changed and thus you may not be getting the proper output. Also you can remove the initializations...
  13. V

    Using NMI in TMS320F2812

    Hi, I'm using Texas Instruments DSP TMS320F2812. I need to use the NMI feature. From the available documentation I could not understand how to acknowledge the NMI interrupt once it occurs. There are acknowledge bits for all the other interrupts & interrupt groups (for example PIEACK in...
  14. V

    Serial port unlocking

    Hi, I have come across many PC based softwares that often forget to release the control over COM port once they are done with the job. In such cases, no other application can access the serial port as the windows displays that already the COM port is in use. I've observed that restarting the PC...
  15. V

    Question on interrupt processing

    Hi, When the peripheral of a microcontroller is performing a job, if a interrupt arrives, at what instance will the interrupt be serviced ? How much latency should we consider? For example, Assme that a microcontroller is sending a byte on UART. After the first bit is transferred, an external...

Part and Inventory Search

Back
Top