Search found 5 matches

by khiamer
16 Nov 2018 14:52
Forum: mikroC PRO for PIC32 General
Topic: WDTCLR_bit = 1; resets the microcontroller
Replies: 39
Views: 34879

Re: WDTCLR_bit = 1; resets the microcontroller

this issue is Very real, MIKROE should introduce a way to edit the configuration registers manually in code. DEVCFG3 : $1FC02FF0 : 0xC7070000 DEVCFG2 : $1FC02FF4 : 0x00000151 DEVCFG1 : $1FC02FF8 : 0x008AC5A3 DEVCFG0 : $1FC02FFC : 0x110FF00F but the solution is just orthodox, you cannot reset the PIC...
by khiamer
21 May 2014 15:47
Forum: mikroC PRO for PIC32 General
Topic: problem generating interrupt on pic32mx795f512l using gsm2
Replies: 1
Views: 2227

problem generating interrupt on pic32mx795f512l using gsm2

am using easy pic fusion v7 and pic32mx795f512l and recently bought gsm2 click and gps l10 clicks i ave been trying to generate interrupt every time i receive data in uart buffer register but am not successfull. here is my code heeeLP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! am stuck #include "inte...
by khiamer
21 May 2014 14:56
Forum: Development Boards
Topic: pic32mx795f512l interrupt problem
Replies: 1
Views: 1319

Re: pic32mx795f512l interrupt problem

anybody with an idea how to go through this am trying it with my clicks an no result
by khiamer
12 May 2014 16:33
Forum: Development Boards
Topic: pic32mx795f512l interrupt problem
Replies: 1
Views: 1319

pic32mx795f512l interrupt problem

am using easy pic fusion v7 and pic32mx795f512l and ave been trying to generate interrupt every time i receive data in uart buffer register but am not successfull. here is my code heeeLP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! am stuck #include "interrupt_pin_config.c" int uart_rd; // TFT module c...
by khiamer
31 Jan 2014 16:01
Forum: mikroC PRO for PIC32 General
Topic: easypic fusion tft problem
Replies: 1
Views: 1412

easypic fusion tft problem

i am using easypic fusion v7 loaded with PIC32MX795F512L and am testing the tft from the libraly code but it wont work unsigned short TFT_DataPort at LATE; sbit TFT_WR at LATD4_bit; sbit TFT_RD at LATD5_bit; sbit TFT_CS at LATD10_bit; sbit TFT_RS at LATD9_bit; sbit TFT_RST at LATD7_bit; unsigned sho...

Go to advanced search