Search found 118 matches

by gotronics
25 Sep 2022 14:51
Forum: mikroC PRO for PIC General
Topic: PORT Expander LIBRARY problem
Replies: 2
Views: 685

Re: PORT Expander LIBRARY problem

thank you very much it worked i had not connected rc4 (SDI)
by gotronics
25 Sep 2022 12:55
Forum: mikroC PRO for PIC General
Topic: PORT Expander LIBRARY problem
Replies: 2
Views: 685

PORT Expander LIBRARY problem

Expander_SetBit_PortA(0x0, 0xff); Delay_ms(1000); Expander_ClrBit_PortA(0x0, 0x01); Delay_ms(1000); this code does not work only on this part Expander_ClrBit_PortA(0x0, 0x01); it clears clears the whole port instead of the the non masked pin 0x01 please assist. am using MikroC for PIC PRO version 7....
by gotronics
06 Jun 2019 18:52
Forum: mikroC PRO for PIC General
Topic: WEAK PULL UP RESISTOR NOT WORKING
Replies: 5
Views: 1547

Re: WEAK PULL UP RESISTOR NOT WORKING

hi Filip thank you for the response
it has worked

I have also noticed two more problems

I noticed that WPUEN_bit not recognized.
by gotronics
04 Jun 2019 21:14
Forum: mikroC PRO for PIC General
Topic: WEAK PULL UP RESISTOR NOT WORKING
Replies: 5
Views: 1547

WEAK PULL UP RESISTOR NOT WORKING

HI , can assist me please with solution to the following problem iam using registered MikroC pro for pic 7.2.0 with pic16f1705. when i use SPI1_Init() or SPI1_Remappable_Init() weak pull ups disables unless i comment out SPI1_Init() or SPI1_Remappable_Init(). //WEAK PULL UP RESISTORS WORKS void main...
by gotronics
16 Apr 2018 19:47
Forum: mikroC PRO for PIC General
Topic: Unreachable code error
Replies: 1
Views: 963

Unreachable code error

what does this error mean Unreachable code? can some please assist
thank you.
by gotronics
16 Apr 2018 19:43
Forum: mikroC PRO for PIC General
Topic: Attention bug in mikroC PROC for pic v.7.2.0
Replies: 3
Views: 1468

Attention bug in mikroC PROC for pic v.7.2.0

below mikroc for PIC example does not work I am using mikroC PROC for pic v.7.2.0 // Extern y in sfr space extern char y; sfr; // Puts y in sfr space by absolute (sfr addresses are MCU specific) char y absolute 0x0F81; sfr; // Puts y in sfr space by at char y at PORTB; extern char y; sfr; // does no...
by gotronics
17 Jan 2018 07:15
Forum: mikroC PRO for PIC General
Topic: unknown compiler error
Replies: 4
Views: 1700

Re: unknown compiler error

thank you very much Mince-n-Tatties
by gotronics
16 Jan 2018 17:31
Forum: mikroC PRO for PIC General
Topic: unknown compiler error
Replies: 4
Views: 1700

Re: unknown compiler error

I am using PIC16F628A.
THANK YOU.
by gotronics
15 Jan 2018 21:23
Forum: mikroC PRO for PIC General
Topic: unknown compiler error
Replies: 4
Views: 1700

unknown compiler error

0 102 Finished (with errors): 15 Jan 2018, 21:34:08 UDM.mcppi i am getting the above error what does it mean because if i click it it will not point to anything // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB...
by gotronics
19 Dec 2017 17:31
Forum: mikroC PRO for PIC General
Topic: Statistics => functions tree
Replies: 2
Views: 1359

Re: Statistics => functions tree

thanks janni
by gotronics
18 Dec 2017 18:01
Forum: mikroC PRO for PIC General
Topic: Statistics => functions tree
Replies: 2
Views: 1359

Statistics => functions tree

may someone please assist me with the meaning of Current Depth: and Max Stack Depth:

thank you
by gotronics
16 Sep 2017 21:55
Forum: mikroC PRO for PIC32 Wish List
Topic: Freertos debugging
Replies: 2
Views: 4629

Re: Freertos debugging

thank you darko

I made a mistake do not worry about it
by gotronics
13 Sep 2017 21:17
Forum: mikroC PRO for PIC General
Topic: Possible bug
Replies: 1
Views: 1552

Possible bug

can someone please assist me with solution to my code problem which is behaving as if mikroc has a bug or proteus

it freeze when I add PORTC = 255;

and without this addition it displays unlogical digits as humidity and temperature

please below I have attached my project

Go to advanced search