Search found 79 matches

by HowardJ
17 Jan 2022 04:58
Forum: mikroC PRO for PIC General
Topic: Difference between compiler and programmer configurations
Replies: 3
Views: 704

Re: Difference between compiler and programmer configurations

jumboelettronica
Yes, it seems you are correct.
Looking, I notice this occurs with many 28/40 pin devices.
Thank you for your reply.
by HowardJ
15 Jan 2022 06:33
Forum: mikroC PRO for PIC General
Topic: Difference between compiler and programmer configurations
Replies: 3
Views: 704

Difference between compiler and programmer configurations

I have a Project The PIC is an PIC18F26K22 I am using my own PCB, programmed with a recently bought MikroProg for PIC. The programers seems to work fine, except for the following. RC6 of this device can be AN18, CCP3, TX1/CK1 I am using it as CCP3 My program configures CCP3 CCP3 can also be mapped t...
by HowardJ
01 Oct 2020 12:17
Forum: mikroC PRO for AVR General
Topic: Programming Arduinos
Replies: 3
Views: 1626

Re: Programming Arduinos

Thank You!
by HowardJ
30 Sep 2020 07:44
Forum: mikroC PRO for AVR General
Topic: Programming Arduinos
Replies: 3
Views: 1626

Programming Arduinos

I have had some experience with MikroC Pro for PIC. I have the full version, and development boards. I have become interested in Arduinos. I have downloaded the free version of MikroC Pro for AVR. It is, of course, very similar to the PIC version. Reading about Arduinos it seems that most amateurs w...
by HowardJ
24 Aug 2020 09:20
Forum: mikroC PRO for PIC General
Topic: SPI Serial LCD Adapter and using the same SPI for comms
Replies: 3
Views: 965

Re: SPI Serial LCD Adapter and using the same SPI for comms

Yes, I see the CS on the LCD.
If it's possible, I'll figure it out.
by HowardJ
22 Aug 2020 11:51
Forum: mikroC PRO for PIC General
Topic: SPI Serial LCD Adapter and using the same SPI for comms
Replies: 3
Views: 965

SPI Serial LCD Adapter and using the same SPI for comms

Is it possible to connect an mE LCD/GLCD Serial Adapter to SPI1 and still use the same SPI1 as PIC to PIC communications? Problems.. The Adapter does not have a controllable SS, as far as I can see. SS is connected to RC1, and the Library may control it. I don't know. PIC to PIC can work with SS to ...
by HowardJ
25 Jul 2020 02:51
Forum: mikroC PRO for PIC General
Topic: RTC5 Library and Examples
Replies: 6
Views: 1526

Re: RTC5 Library and Examples

Yes, thank you, I did figure that out for myself, and that particular error did go away. However, a new error has arrived... 82 324 Undeclared identifier 'mikrobus_spiInit' in expression Click_RTC_5_PIC.c 90 324 Undeclared identifier '_MIKROBUS1_SPI' in expression Click_RTC_5_PIC.c If I comment thes...
by HowardJ
22 Jul 2020 06:21
Forum: Libstock Discussion
Topic: Library installation problems
Replies: 1
Views: 1364

Library installation problems

I have trouble with third part libraries. For Instance, a DS1302 Library by Hugo Oliveira File Name: 1445_ds1302_library_v1.0.0.0.zip This installs correctly in C:...Documents\MikroC PRO for PIC\Packages\DS1302 Library The Library appears in Library manager under Third Part Libraries A project tryin...
by HowardJ
18 Jul 2020 03:22
Forum: mikroC PRO for PIC General
Topic: RTC5 Library and Examples
Replies: 6
Views: 1526

Re: RTC5 Library and Examples

OK, further. The Project opens from the folder as you said. It does not compile. Errors underlined are mikrobus_logWrite( " Monday ", _LOG_LINE ); etc. etc. The error is: file 'easypicpro_v7_P18F87K22.c' not found The Library tick box for Mikro SDK Libraries\MicroBUS BDF API\easypicpro_v7_P18F87K22....
by HowardJ
18 Jul 2020 01:45
Forum: mikroC PRO for PIC General
Topic: RTC5 Library and Examples
Replies: 6
Views: 1526

Re: RTC5 Library and Examples

OK, fair enough, but where in any documentation does it say, "navigate to such and such". You have "Library Manager" in MicroPIC Pro. "Examples" would be a nice Tab to have there. I'm not unfamiliar with the "Projects" process, but the "Help" process in the Library Manager in relation to RTC_5_ P18 ...
by HowardJ
17 Jul 2020 05:44
Forum: mikroC PRO for PIC General
Topic: RTC5 Library and Examples
Replies: 6
Views: 1526

RTC5 Library and Examples

This is a question for the mE team I have ordered, but do not have yet, an RTC5 click. I have installed the RTC5 Library, in MicroC Pro I opened the example Click_RTC_5_PIC.c I copied the entire program, and pasted it into a new Project .C file It is a mess of errors! The first error is "can't find ...
by HowardJ
03 Jul 2020 05:25
Forum: mikroC PRO for PIC General
Topic: sbit strange
Replies: 1
Views: 623

sbit strange

// PIC16F877 // EasyPIC V7 // Leds to PORTE are on. TRISE = 0X00; sbit Test0 at PortE.B0; sbit Test1 at PortE.B1; Main() { Test0 = 1; Test1 = 1; } //========= /* I expected that both LEDs would be on, but they are not. Test0 is on, but Test1 is off. Swap them around, so Test1 is first and Test0 is s...
by HowardJ
15 May 2020 02:14
Forum: Development Boards Wishlist
Topic: Using more than one development board at one time.
Replies: 7
Views: 3022

Re: Using more than one development board at one time.

OK, so we agree that, from the compiler , Suite writes automatically? I would suggest that, this be corrected in some way. On launch from the compiler, Suite loads, but does not write, but requires the Write tab. As this will be inconvenient when only one development board is in use. I suggest it is...
by HowardJ
14 May 2020 07:30
Forum: Development Boards Wishlist
Topic: Using more than one development board at one time.
Replies: 7
Views: 3022

Re: Using more than one development board at one time.

Hmmm.... OK. One way. Click Tools click mE Programmer MikroProg Suite starts, and immediately loads the program and writes to the PIC. Second way. Click Build Icon (on menu bar) click Program ( on menu bar) MikroProg Suite starts, and immediately loads the program and writes to the PIC. This is what...
by HowardJ
06 May 2020 02:59
Forum: mikroC PRO for PIC General
Topic: Using two development boards at the one time.
Replies: 1
Views: 921

Using two development boards at the one time.

I have a discussion going, using two Development Boards (EasyPIC7) at the one time, as in a project with two PICS, communicating, otherwise each doing it's own thing. This is feasible. Two USB ports. Two Projects. Closing and opening the appropriate Project. However, my simple question is, do any ot...

Go to advanced search