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 jbrathod88

  1. J

    [SOLVED] Error in Programming PIC18F4550 with the K150 PIC programmer

    Hey :-D The problem is resolved by upgrading the hex file. Thank you very much guys. I am now capable to Program both of that controllers by upgrading the hex file of 16F628A controller on the board. Thanks for guiding me to the right way. I can now proceed further in PIC18F devices. Jaydeep
  2. J

    [SOLVED] Error in Programming PIC18F4550 with the K150 PIC programmer

    Thanks Brian and BigDog. Actually I am running the latest version of microbrn software in my PC because I bought this programmer in 2011 and the last update of its software made at 2007 so I just need to re-flash 16F628 controller in programmer with latest hex file and try again. But as of...
  3. J

    [SOLVED] Error in Programming PIC18F4550 with the K150 PIC programmer

    Hello everyone, I got K150 PIC programmer. The programmer successfully programs PIC16F877A microcontroller. But when comes to PIC18F4520 and PIC18F4550 controller, it gives error in verifying the flash at 0x0000 location. The programmer is supposed to support these two controllers and I...
  4. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Re: Need help in my project of "Clock with Selectable Alarm" using PIC16F877A. So much Sorry for late replying, The code you have posted is error free. But here I want to pass the data from PORTB switch input to the function which executes instruction according to switch position( it means...
  5. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Re: Need help in my project of "Clock with Selectable Alarm" using PIC16F877A. As I have said. Now, Try to compile given code( this is the modification of your code ) and you will find the error of "Reentrancy is not allowed" that I want to get rid of. unsigned int cnt; void...
  6. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Re: Need help in my project of "Clock with Selectable Alarm" using PIC16F877A. @ligo.george, Thanks george. But this code does not use interrupt, and I want to use interrupt for which I have faced the problem. but thanks for the link.
  7. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Re: Need help in my project of "Clock with Selectable Alarm" using PIC16F877A. How can I do this in MilroC. Please give me a short example. can I use GOTO for that?. Thanks.
  8. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Re: Need help in my project of "Clock with Selectable Alarm" using PIC16F877A. I don't think that there is the stack limitation problem. Because I can run the same-like code in MPLAB Hi-Tech C without getting this type of error. So currently I have to translate the code for Hi-Tech compiler...
  9. J

    Need help in my project of "Clock with Selectable Alarm" using PIC16F877A.

    Hi all, I use MikroC, can also use Hi-tech C. In the code for my project, I cannot call any function from the interrupt routine. I want particular function to run in my code when i press the switch. I do not want to update any value in interrupt and scan it in idle condition and run according...
  10. J

    Good books of ARM Architecture for beginners

    I apologize for that. Actually I have seen that most of the microcontroller books are available from this author. 8051, PIC, AVR, x86, all major controllers are covered by this author and that is of great way. And I believe that ARM is also covered. But the author's website doesn't list this...
  11. J

    Good books of ARM Architecture for beginners

    Its the "The ARM Microcontroller and Embedded Systems Using Assembly and C by Muhammad Ali Mazzidi" This book is specially for beginners in ARM. It starts from the basics and brings you to programming of ARM in Embedded C.
  12. J

    PADS does not display 3D viewing.

    Hell all, I have a problem regarding PADS PCB. I am running PADS v9.0 in Windows 7 with Win XP compatibility mode enabled. I have recently installed PADS for developing PCB. Before I used Eagle for that, so I am totally new to PADs and learning to use PADS. There is no any problem...
  13. J

    [SOLVED] DS1307 RTC Interfacing

    Here I solved my problem. I am having the low power problem to RTC. I connect 1uF cap and give the 5.1 volts(Previously given 4.98 volts ). And it run without any problem!..
  14. J

    [SOLVED] DS1307 RTC problem on PCB

    Hi palreddyanurag, You are right, I was in a frustrated state because I am trying to interface and run this IC for a past 4 days. I had in my mind that, I run the circuit successfully in Proteus then I would not face any problem in breadboard also.(except the 'ACK' signal that Proteus...

Part and Inventory Search

Back
Top