Search found 92 matches

by engahmed
30 Nov 2023 12:51
Forum: mikroC PRO for PIC32 General
Topic: Watchdog hang pic32mx460f512l
Replies: 1
Views: 339

Watchdog hang pic32mx460f512l

- I Turn on Watchdog Timer in Edit Project window. - Set Watchdog TImer Postcaler to 1:1024 (1024 ms) void main() { AD1PCFG = 0xFFFF; // Configure AN pins as digital TRISD = 0; // Configure PORTD as output LATD = 0x0000; // Initialize PORTD Delay_ms(300); // Wait 0.3 seconds LATD = 0xFFFF; // Change...
by engahmed
23 Sep 2020 09:28
Forum: PIC32 PRO Compilers
Topic: pic32mx470F512L help please!
Replies: 1
Views: 1709

pic32mx470F512L help please!

Hello every one really im very apercaite this web for helping people like me thanks alot . i try to interface DS1307 with pic32mx470f512l using Soft i2c library in micro32 lib. but no response at all the configuration as this DEVCFG3 : $1FC02FF0 : 0xF0070000 DEVCFG2 : $1FC02FF4 : 0x00008074 DEVCFG1 ...
by engahmed
02 Oct 2018 22:14
Forum: mikroC PRO for PIC32 General
Topic: Timers for pic32
Replies: 1
Views: 889

Timers for pic32

I need to use 4 timer in pic 32mx460512l I will used timer calculator program m
My issue is
I will write long function with delays in each timer like rtos ?
Is that possible?if not how can start rtos for pic32

Thanks
by engahmed
02 Oct 2018 22:09
Forum: mikroC PRO for PIC32 General
Topic: I2C2 problem?
Replies: 1
Views: 997

I2C2 problem?

I use i2c1 and i2c2 in my code Jtag bit= adc1f register=0 xffff Initialize i2c1. And i2c2 The problem is i2c1work good but i2c2 not working at all But when sorry im not office to can copy the code I use pic 32mx460512l with 80mz with default configuration Need any solution to run i2c2 (ra3.ra2) pin ...
by engahmed
29 Nov 2017 22:17
Forum: mikroProg™ programmer and debugger
Topic: Need Help ?? TFT Situation
Replies: 5
Views: 2136

Re: Need Help ?? TFT Situation

What is the .res file
by engahmed
24 Nov 2017 09:45
Forum: mikroProg™ programmer and debugger
Topic: Need Help ?? TFT Situation
Replies: 5
Views: 2136

Re: Need Help ?? TFT Situation

Can you show me the steps to doit prefer on pic or video


Thanks
by engahmed
20 Nov 2017 11:45
Forum: mikroProg™ programmer and debugger
Topic: Need Help ?? TFT Situation
Replies: 5
Views: 2136

Need Help ?? TFT Situation

hallo
i used TFT with controller ssd1963 interface 16 bit & pic 18f87k90 with 40mhz

now i want to display image from SD card i download VTFT but i just want to use very simple
by engahmed
11 Nov 2017 18:22
Forum: mikroC PRO for PIC General
Topic: internal osli for pic 18f87k90
Replies: 2
Views: 1158

Re: internal osli for pic 18f87k90

Yes I checked but I don't know the problem
by engahmed
11 Nov 2017 15:53
Forum: mikroC PRO for PIC General
Topic: internal osli for pic 18f87k90
Replies: 2
Views: 1158

internal osli for pic 18f87k90

i18f87k90 used internal oscillator with 64mhz (16mhz XPLL4) but the uart and Ps2 and Pwm dont work well i dont know why ?? OSCCON.IRCF0 = 1; OSCCON.IRCF1 = 1; OSCCON.IRCF2 = 1; OSCCON.SCS1 = 0; OSCCON.SCS0 = 0; OSCTUNE.PLLEN = 1; OSCCON2.MFIOSEL = 0; OSCTUNE.INTSRC = 1;
by engahmed
11 Nov 2017 15:42
Forum: mikroC PRO for PIC General
Topic: draw line in orange color ???
Replies: 1
Views: 945

draw line in orange color ???

i need to draw orange line in TFT
i know the TFT lib. dont contain orange color
TFT_16bit_Set_Pen(CL_YELLOW_16bit, 10);

what i can do ????
by engahmed
06 Nov 2017 16:17
Forum: mikroC PRO for PIC General
Topic: Need Help ?? very puzzy problem
Replies: 1
Views: 1131

Need Help ?? very puzzy problem

i used pic18f87k90 using internla oscillator 16 mhz enable pllX4 with TFT ssd1963 with 10mhz th e problem i want to intilaze the speed of micro to TFT OSCCON.IRCF0 = 1; OSCCON.IRCF1 = 1; OSCCON.IRCF2 = 1; OSCCON.SCS1 = 0; OSCCON.SCS0 = 0; OSCTUNE.PLLEN = 1; OSCCON2.MFIOSEL = 0; OSCTUNE.INTSRC = 1;
by engahmed
14 Oct 2017 13:52
Forum: Visual TFT General
Topic: Need Help ?? very puzzy problem
Replies: 2
Views: 2495

Need Help ?? very puzzy problem

I use pic 18f87k90 with 40mhz Use 5inch tft with ssd1963 with 16 bit data line First when I try initialize the tft using the library of micro c not working good the but I searched for Initialize code and I did it the screen work good but sometime When draw rectangle or horizontal line the thick of l...
by engahmed
14 Oct 2017 13:44
Forum: mikroC PRO for PIC General
Topic: Problem in tft need help
Replies: 3
Views: 1838

Re: Problem in tft need help

for TFT connecting // TFT display connections char TFT_16bit_DataPort_Lo at LATE; char TFT_16bit_DataPort_Hi at LATH; sbit TFT_16bit_WR at LATD1_bit; sbit TFT_16bit_RD at LATD2_bit; sbit TFT_16bit_CS at LATD3_bit; sbit TFT_16bit_RS at LATD0_bit; sbit TFT_16bit_RST at LATD7_bit; char TFT_16bit_DataPo...
by engahmed
14 Oct 2017 13:43
Forum: mikroC PRO for PIC General
Topic: Problem in tft need help
Replies: 3
Views: 1838

Re: Problem in tft need help

i this function to intialize the TFT & for lating void TFT_SET_MODE_SSD1963(){ TFT_16bit_CS=0; TFT_16bit_Set_Index(0x01);delay_us(100); TFT_16bit_Set_Index(0xE2); TFT_16bit_Write_Command(0x0023); TFT_16bit_Write_Command(0x0002); TFT_16bit_Write_Command(0x0004); TFT_16bit_Set_Index(0xE0); TFT_16bit_W...
by engahmed
29 Sep 2017 10:34
Forum: mikroC PRO for PIC General
Topic: Problem in tft need help
Replies: 3
Views: 1838

Problem in tft need help

I use pic 18f87k90 with 40mhz Use 5inch tft with ssd1963 with 16 bit data line First when I try initialize the tft using the library of micro c not working good the but I searched for Initialize code and I did it the screen work good but sometime When draw rectangle or horizontal line the thick of l...

Go to advanced search