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 L Varalakshmi

  1. L

    Books for CAN and CANopen

    Thanks for the reply.... I have done project using this CANopen protocol and is over. But I am very much interested in this, so would like to increase my knowledge in this field. Some of you can suggest some good books for CAN and CANopen.
  2. L

    serail port-USB device interface

    You need to have converters like USB to Serial adapters.
  3. L

    check syntax fail error - need help and explanation

    Re: check syntax. error Did you include "use ieee.std_logic_unsigned.all;" in your program?
  4. L

    [SOLVED] Actel's SYSMGMT-DEV-KIT & debug problem with SoftConsole

    Re: Actel's SYSMGMT-DEV-KIT & debug problem with SoftCon Thanks for the response. I am using Softconsole-> 2.2v and Libero->8.5 version. Haven't checked for others. I will check for the others and let you know.
  5. L

    [SOLVED] Actel's SYSMGMT-DEV-KIT & debug problem with SoftConsole

    Re: Actel's SYSMGMT-DEV-KIT & debug problem with SoftCon Hi Can see someone working with Actel development kits.... I am new to this field and need some support from you guys. I am using M1AGL-DEV-KIT-SCS. First of all new to this, on top of that Softconsole is giving me lot of problems...
  6. L

    problem using timers with PIC18F4550, help needed?

    pic18f4620 prescaler timer0 Check with the configuration settings, your board should support the oscillator settings you provide in that. Ex: incase you gave 4*HSPLL and crystal oscillator is at around 25MHz, it gives around 4*25MHz = 100MHz. But if the controller you are using supports less...
  7. L

    Help me in choosing a low power microcontroller.

    how to choose the best pic microcontroller Go for this site... https://www.digikey.com/
  8. L

    c code problem - need explanation of errors

    Re: c code problem I think you included this header file twice unknowingly. Use #ifdef concept to get rid of this error. hope you know this concept...else include the following code in your program... #ifndef SERIAL_H #define SERIAL_H // content of your "Serial.h" file #endif
  9. L

    Lowest Cost microcontroller

    cost of microcontroller in indian rupees Hope this site helps you to search for the desired.. https://www.digikey.com
  10. L

    PIC16F877 to control L293D for the motor- time control issue

    Re: Time control issue... We cannot use "for loops" if exact time delay is required moreover in embedded designs, as we don't know the exact time a loop takes to execute. Instead use timers to give exact delay you are wishing for. Small doubt...you initialised timer, but not using for any...
  11. L

    problem using timers with PIC18F4550, help needed?

    pic18f4550 timer Just an advice.... You want the LEDs to glow based on the Interrupt concept and not the Polling concept. But here you are calling the function "high_isr" in the while loop, which is an ISR. Once the timer expires it will automatically calls the ISR. Once check with the...
  12. L

    Fault when assembling ! Plz help me !

    Hi.. "Error - section 'EnergyVarBank0' can not fit the absolute section. Section 'EnergyVarBank0' start=0x00000020, length=0x0000005e" As shown above in the error, it seems that no errors in the code. I hope you are using more memory than required. Once check with the memory size of the...
  13. L

    What is coresize(tiles)? Any units for this?

    Re: What is coresize(tiles)? Thank you....I have gone throungh the documents...Helped me a lot
  14. L

    Books for CAN and CANopen

    Hi, Can any one suggest me good books for CAN and CANopen? How is the book "Embedded Networking with CAN and CANopen" by Olaf Pfeiffer, Andrew Ayre and Christian Keydel.
  15. L

    What is coresize(tiles)? Any units for this?

    What is coresize(tiles)? Hi, I am new to this FPGA and VHDl. I came across the word tiles(coresize) while going through some document. Ex: It is given like Tile count is 241 for CoreABC(from Actel). Can anyone tell me what "Tiles" is? Any units for this, like we have have bytes for memory...

Part and Inventory Search

Back
Top