Search found 165 matches

by MasterBlaster
05 Aug 2008 16:36
Forum: mikroC General
Topic: pic18f4550 - Oscialltor not running
Replies: 15
Views: 7123

conanav wrote:Ok i have first removed the LED and now Im getting the correct 5V on the MCLR pin. I will also try to adjust the speed of the clock.
And... i use 2x 22pf for the oscillator. :roll:
by MasterBlaster
05 Aug 2008 15:12
Forum: mikroC General
Topic: pic18f4550 - Oscialltor not running
Replies: 15
Views: 7123

Also. What is the max frequency you can get with the internal clock and are there any disadvantages to using an internal clock as oposed to the crystal osciallator? Hi conanav, i use the settings of the mikroE example (EP4), just an 8MHz crystal on my board, PLL runs with 96 Mhz, and the CPU will g...
by MasterBlaster
05 Aug 2008 07:07
Forum: mikroC General
Topic: pic18f4550 - Oscialltor not running
Replies: 15
Views: 7123

I will try removing the LED. maybe it will make a difference Hi conanav, thanks for posting your wiring diagram. It's true that "around" mentioned that the connected LED to MCLR will drop down the voltage to a level that the CPU wants to be always do a restart...:roll: I guess the second reason is,...
by MasterBlaster
04 Aug 2008 09:39
Forum: mikroC General
Topic: RTC PCF8583 with dsPIC33
Replies: 2
Views: 2363

Re: RTC PCF8583 with dsPIC33

FHS wrote:...Somebody can help me with some example in C code for use RTC PCF8583 with dsPIC33?
Hi FHS,

now i guess the protocol (I2C) will be the same on dsPIC33 - have a look
at this post as like as an example:

http://www.mikroe.com/forum/viewtopic.p ... ht=pcf8583

Have fun! 8)
by MasterBlaster
04 Aug 2008 09:32
Forum: mikroC General
Topic: Where is the 16F72x in MikroC 8.2.0.0 ?
Replies: 1
Views: 1440

Re: Where is the 16F72x in MikroC 8.2.0.0 ?

P@T wrote:Hi, I'm french
I'm German. 8)
P@T wrote:I downloaded version 8.2.0.0 and there was no 16F72x
Hi P@T,

i also havn't the MCU's 16F72x - so the last chance to implement them is
to create and/or build your own defs, with help from the MCU datasheet... :roll:
by MasterBlaster
04 Aug 2008 09:28
Forum: mikroC General
Topic: USART READ problem
Replies: 2
Views: 1553

Re: USART READ problem

jani wrote:What is the problem??? How can I fix it?? Thanks all help!!
Hi jani,

it's seems like that your MCU is elsewhere busy, otherwise the usart buffers
will be overflow (not fast enough or not enough place to store all incomming data). :roll:
by MasterBlaster
04 Aug 2008 09:19
Forum: mikroC General
Topic: Time stamping
Replies: 1
Views: 1203

Re: Time stamping

DipStudent wrote:Hi guys! can anyone please tell me which statement i should use for time stamping? im using pic18f4520, 20Mhz, mikroC v8.1, RTC: PCF8583
THanks!
Hi DipStudent,

please explain in details your needings about "time" - then it will be easier to
be able to help you i think... :roll:
by MasterBlaster
04 Aug 2008 09:16
Forum: mikroC General
Topic: 2 instances of mikroC
Replies: 1
Views: 1124

Re: 2 instances of mikroC

namakemono wrote:why is it that I can't run at least 2 instances of mikroC?
Hi namakemono,

i don't know exactly, but the reason why seems like: One licence for one client-pc? :roll:
by MasterBlaster
04 Aug 2008 09:04
Forum: mikroC General
Topic: pic18f4550 - Oscialltor not running
Replies: 15
Views: 7123

Re: pic18f4550 - Oscialltor not running

... for a project i'm working on based on the pic18f4550 chip. I used a 8 Mhz crystal with 18pF capacitors as specified by the... Hi conanav, at this moment, i also have projects with that MCU (18F4550, DIL40). On my actually prototype circuit board i used 22pf for a xtal of 8.000 khz. :lol: How us...
by MasterBlaster
04 Aug 2008 08:56
Forum: mikroC General
Topic: 16F877A installed but 12F508 detected
Replies: 8
Views: 3871

Re: 16F877A installed but 12F508 detected

Device detected: 12F508 Device selected: 16F877A Is there any way to avoid these messages without rebooting the computer? Hi lpagano, I suspect you have to check your "project-settings", have also a look onto the PicFLASH window, what kind of PIC he want to burn when you write the compiled HEX-file...
by MasterBlaster
04 Aug 2008 08:41
Forum: mikroC General
Topic: Ethernet PIC18FxxJ60 Library
Replies: 1
Views: 1284

Re: Ethernet PIC18FxxJ60 Library

Has anyone used above library? Does it work well? Hi aftab_s81, since it is a mature mikroe product, if there would be any specified problem the mikroe support is very good and will fix it in a short time. The mikroC will be in thousand ways proven from developers in the complete galaxy... 8) In th...
by MasterBlaster
03 Aug 2008 11:29
Forum: mikroC General
Topic: Confuse demo limit
Replies: 2
Views: 1536

Re: Confuse demo limit

trirath wrote:...Who explain me for a demo limitation Mikroc.
Hi trirath,

i don't know exactly, but it sounds like: hex output is limited to 2k of program words! :roll:

Remedy: Buy the license... :wink:
by MasterBlaster
01 Aug 2008 17:17
Forum: mikroC General
Topic: RTC + MMC on the same port! Help!
Replies: 8
Views: 3831

Hi DipStudent, I am not sure if your program works so the reason is i can't test it while i haven't a PCF8583 RTC external board - only a DS1337... :roll: I do this that way - when i want to know if my "main routine" is running well, i check it with one "blinking" LED. // Init all ports if you need ...
by MasterBlaster
31 Jul 2008 10:27
Forum: mikroC General
Topic: RTC + MMC on the same port! Help!
Replies: 8
Views: 3831

DipStudent wrote:...what is the statement i should use?
Hi DipStudent,

yes of course - simply you use an other available port (as you write PORTB)
to communicate via I2C Protokoll (Software) to your RTC Chip. 8)
by MasterBlaster
30 Jul 2008 10:18
Forum: mikroC General
Topic: Help on Settings GLCD Fonts??
Replies: 3
Views: 2298

Re: Help on Settings GLCD Fonts??

I'm trying to write a bigger fonts on the GLCD...seems that i cant find the GLCD_fonts as mentioned by the help...can someone teach me how to set thanks... Hi batigolafa, You can create your own fonts by following the guidelines given in file “GLCD_Fonts.c”. This file contains the default fonts for...

Go to advanced search