Search found 18 matches

by dspicnewbie
16 Apr 2011 15:35
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: WAV player using dspic or pic
Replies: 3
Views: 3156

Re: WAV player using dspic or pic

thanks sir. the board was quite a handful. i just wanted a simple design wherein i could play wav audio files stored in the sd card using a speaker. thanks again
by dspicnewbie
16 Apr 2011 13:58
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: WAV player using dspic or pic
Replies: 3
Views: 3156

WAV player using dspic or pic

Sirs,

I want to build a wav player using a dspic or pic with an sd card as storage for the wav file. Could anyone provide me with some basic source code and schematic on how to build this project? Thank You.
by dspicnewbie
17 Feb 2011 09:43
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help in UART Problem between dsPIC30f4011 and PC
Replies: 1
Views: 1378

need help in UART Problem between dsPIC30f4011 and PC

I am having a problem initializing my UART. I used the hardware and software example in the UART Library provided by mikroc but i do not get any text when i used my hyperterminal. what could be the possible problem? i checked the output of the max232 and there is a PWM signal. I used a usb-to-serial...
by dspicnewbie
17 Feb 2011 09:41
Forum: mikroC PRO for PIC32 Beta Testing
Topic: UART Problem between dsPIC30f4011 and PC
Replies: 2
Views: 3895

Re: UART Problem between dsPIC30f4011 and PC

I'm very sorry. I have posted it in a wrong heading.
by dspicnewbie
17 Feb 2011 05:37
Forum: mikroC PRO for PIC32 Beta Testing
Topic: UART Problem between dsPIC30f4011 and PC
Replies: 2
Views: 3895

UART Problem between dsPIC30f4011 and PC

I am having a problem initializing my UART. I used the hardware and software example in the UART Library provided by mikroc but i do not get any text when i used my hyperterminal. what could be the possible problem? i checked the output of the max232 and there is a PWM signal. I used a usb-to-serial...
by dspicnewbie
24 Jan 2011 05:19
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

i am using the internal oscillator of the dspic. it was 8 MHz..this the code i used..i am using MPLAB's Pickit 2 to download the hex file. void Timer1Int() org 0x1A{// Timer1 address in the interrupt vector table LATD = ~PORTD; // PORTD inversion IFS0 = IFS0 & 0xFFF7; // Interrupt flag reset } void ...
by dspicnewbie
23 Jan 2011 13:45
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

sir i already set the prescale to 1 and the PR1 to 1 but there was only a little improvement on the frequency. what should i do to determine the problem?
by dspicnewbie
23 Jan 2011 08:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

sirs i am trying to implement a timer with the fastest frequency possible using the internal clock of the dspic30f4013, i made use of the FRC on the configuration bits but i only got a 13khz frequency for my timer. why is that? here is the code i used. i hope you can help me. void Timer1Int() org 0x...
by dspicnewbie
02 Dec 2010 07:47
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

I am stuck with trying to fix this problem. i hope you could help me.
by dspicnewbie
01 Dec 2010 13:51
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

Sirs, I have a question, what does each of the FOSC configuration mean? What do I select for a certain clock. I just want to know why I should select XT on the project settings. I asked this because I made a PWM signal with 1200Hz frequency but when I probed it using an oscilloscope, I only got 430H...
by dspicnewbie
26 Nov 2010 10:56
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

sir, i've tried your schematic and your program using a protoboard. it is still not working. here is what i have added. dspic30f4013 Pickit2 20Mhz oscillator pin 8 pin 5 pin 9 pin 4 vdd pin 2 gnd pin 3 pin 1 pin 1 pin 13 left leg pin 14 right leg *i also added capacitors to the two legs of the cryst...
by dspicnewbie
26 Nov 2010 10:06
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

thank you sir.
i just have one question, where do i put the other leg of the crystal oscillator? shouldn't it be connected to OSC2? also, would the said settings work for a 20Mhz crystal oscillator? thank you once again.
by dspicnewbie
26 Nov 2010 02:56
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

thank you sirs, is it possible for you to give me a simple schematic for dspic30f4013 wherein i would be able to download hex file? also what should be the project settings? i am using mikroc pro for dspic. thank you for you reply :D
by dspicnewbie
25 Nov 2010 16:12
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2 *edited*
Replies: 17
Views: 6946

Re: need help on programming dspic30f4013 with pickit2 *edit

yes sir, i am working with a dspic30f4013, i just had an error because i also have a pic16f877a board which is also not working. i guess my project settings were wrong but i am not really sure. the main concern is the dspic30f4013. sorry about the confusion.
by dspicnewbie
25 Nov 2010 11:27
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: need help on programming dspic30f4013 with pickit2
Replies: 2
Views: 1607

Re: need help on programming dspic30f4013 with pickit2

sir i made a mistake. the pic16f877 should be dspic30f4013. i think that it is due to my project setting or configuration bits that is why my program doesn't work..

Go to advanced search