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 duryan

  1. D

    MMC_Fat_Init() is not working using MikroC

    hi guys! below is my code in interfacing mmc and pic18f4550 #define BUFFER_SIZE 15 //Memory Card Chip Select Connection sfr sbit Mmc_Chip_Select at RB2_bit; sfr sbit Mmc_Chip_Select_Direction at TRISB2_bit; // // LCD module connections sbit LCD_RS at RD0_bit; sbit LCD_RW at RD1_bit; sbit...
  2. D

    PIC Configuration Bits

    that is what im looking for you. thank very much. btw can you recommend a book for PIC18F4550 and PIC16F877A aside from the data sheets? its good to be a member of this board.
  3. D

    PIC Configuration Bits

    I see..hmm... is it possible to read the configuration bits? let's say in the middle of my code I will read the config and output it to PORTB. Aside from the datasheet is there other sites have explains the function of each config? code protection for example? this is used for?
  4. D

    PIC Configuration Bits

    Guys I would like to ask help from you. Im using the template of PIC16F84A, PIC16F877A and PIC18F4550 but still I dont know what are those configuration bits. Can anybody please explain the function of each bits? Thank you and have a nice day!
  5. D

    Proteus PIC internaal EEPROM Simulation

    Thank you for the reply. I would like to ask the following. This code is needed during compilation in MPLAB and for actually execution of the code in PIC MCU? The address of Data EEPROM is 0xF00000? Is there another way to access it directly without using EEADR and EEDATA? really...
  6. D

    Proteus PIC internaal EEPROM Simulation

    here's my code and so far its working I really appreciate it if you make some comments or recommendations. thank you!
  7. D

    Proteus PIC internaal EEPROM Simulation

    hi guys! im new in this forum. i would like to ask help from you. currently im working on PIC18F4550's internal EEPROM. im planning to write data to location 0 and output it to portb just to verify if it is working. hoping for your reply and have a nice day.

Part and Inventory Search

Back
Top