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 Prakasit Man

  1. P

    Please help on GLCD 128x64

    Dear Sir, Would you please advise me the proper library/ source code to use with? I am using PIC16F877A with GLCD 128x64, S6B0108 controller. I tried to use library HDM64GS12.c but it did not work properly. My compiler is CCSC version pcwhdupd 5-0008 Here is my GLCD specification...
  2. P

    [SOLVED] Not sure why pulse period not looks the same as code?

    Thank you for reply anyway, I have come back to the datasheet again at the table 27-15. FUSES has been changed to HS and the fast (HS) oscillator only supports 30MHz over part of it's voltage range. Anything over 24Mhz, I really need to be using the PLL. So I have changed xtal to 16MHz. It's...
  3. P

    [SOLVED] Not sure why pulse period not looks the same as code?

    Dear All experts Now I am using PIC24FJ16GA002 with CCS C compiler (PCWHD). I have written a simple program Blink LED at port B1. ON/OFF period is 1 ms. But the output that I got on oscilloscope is "3 ms" not as planned at 1 ms both of on and off. I have connected 30MHz crystal at pin...
  4. P

    GLCD 128x64 data sheet in detail and code without librery for pic18f4550 plz sr.....

    Is that NOKIA 5110 LCD? Try this code for CCS. //_______________________________________________________________________________________________________ // PIC to Nokia 3310 LCD (PCD8544) driving routines written Hi-Tech C // written by Ramandeep Singh ฉ2004...
  5. P

    Sample code for PIC24FJ16GA002 with pwm 4 channels using CCS C complier (PCWHD)

    Hi Jinzpaul4u Thanks for your advise. This helps me a lot. Here is my worked code. #include <24FJ16GA002.h> #FUSES NOWDT //No Watch Dog Timer #FUSES NOJTAG //JTAG disabled #FUSES NOCKSFSM //Clock Switching is disabled, fail Safe clock...
  6. P

    Sample code for PIC24FJ16GA002 with pwm 4 channels using CCS C complier (PCWHD)

    Hello All kind experts, I am a newbie for PIC24F series. :-(:-(:-( Does anyone can give me the sample code for the application as mentioned on thread subject? I want to have the PWM period about 10 kHz approximately. I planned to use the internal RC oscillator. Machine frequency is 8MHz. below...

Part and Inventory Search

Back
Top