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 mrarslanahmed

  1. M

    Pic Volatile memory reseting in mikroC pro

    hi I have done that, it was done in the start of the project....
  2. M

    Pic Volatile memory reseting in mikroC pro

    Hi i am disabling it by clearing wdtcon register but its not helping is there i am missing, any ways i worked with timer 2 for the same work and its helping me, but still i didnt figured out my setting why wdt resseting my controller when i am not using or resettting it Regards
  3. M

    Pic Volatile memory reseting in mikroC pro

    all volatile variable are doing this behavior , i am working on proteus 8.1 and loading .cof file , can there be a bug at that side i think code is quite simple . there should be any thing like this,
  4. M

    Pic Volatile memory reseting in mikroC pro

    wdt is reseting, but dont know why? - - - Updated - - - #define internal_oscilator_frequency 0x71; // 0b01110010; 8 MHZ internal oscillator enabled #define clear_bytes 00; #define as_output 00; #define as_input...
  5. M

    Pic Volatile memory reseting in mikroC pro

    Hi, I am working on the controller and declared a global volatile variable, it is changing its value in the interrupt service routine , but when the controller come back from the routine it reset to the default value i declared at the start, i want it to hold that value, is it okay to reset or...
  6. M

    [Moved]Switch Mode Inverter vs Linear Inverter

    As mentioned for higher power requirement smps is efficient and linear supply waste more heat, but when it come to repair work or problem troubleshooting linear are generally more easier to work as compared to smps
  7. M

    interface thermal printer with AVR

    Hi can i conclude that Epson ESC command is the standard communicating protocol between microcontroller and thermal printer?
  8. M

    [SOLVED] interfacing two alpha numeric LCD with PIC controller

    i really loved your approach.. i have never thought to use serial to parallel shift register in this way thus saving lot of money with some more coding using bit-banging concept..
  9. M

    [SOLVED] interfacing two alpha numeric LCD with PIC controller

    hi i working on pic 16f887 and using mikroc pro for programming, i am trying to interface two lcd with the controller, i have made function of each lcd for initialisation and data, when i use one data sending function at a time, system is ok, but when i use both data function , the system...
  10. M

    spartan 3e usage guide

    there is no error in the system , because at the end of the work it shows program succeeded but problem is it is volatile, i want it non volatile , also i need to know verilog if u can refer me some tutorial it would be very helpful for me
  11. M

    spartan 3e usage guide

    i have tried all the option for programming but it still not working well these include Master Serial SPI BPI up BPI down JTAG by changing pin setting at jumper 30 but still cant get the best solution, dont know which step i am missing
  12. M

    spartan 3e usage guide

    i have downloaded a tutorial it helped me a lot , i have programed the spartan 3e but when i switch it off and turn it on its memory vanishes, so i have to reprogram it again, this is very confusing for me, plz help me
  13. M

    spartan 3e usage guide

    yes u are right actually i am very much scattered, i am having xilinx 9.1 and have sparten 3e i have downloaded some tutorial but cant find any direction, to begin with i just need to switch on an led so that i can get some confidence on my coding and on the kit as well
  14. M

    spartan 3e usage guide

    hi all i need ur help regarding fpga programming , i have spartan 3e and installed xilinx already i now verilog but cant transfer my knowledge in the spartan 3e kit if any body help me thanks
  15. M

    HVAC control design problem

    hi all i need to discuss some issues first i am writing scenario then i will discuss the possible solution and later impact of my solution.. scenario i have been given duty to control HVAC.. there are two systems installed in the system. i have been asked to cutt-off the system if temperature...

Part and Inventory Search

Back
Top