Search found 25 matches

by jesousamx
02 Jul 2014 02:53
Forum: mikroC PRO for PIC General
Topic: EEPROM Bank shifting
Replies: 30
Views: 11412

Re: EEPROM Bank shifting

Gracias JoseD
by jesousamx
08 May 2014 18:11
Forum: mikroC PRO for PIC General
Topic: accel click on EasyPic Pro V7 problem
Replies: 2
Views: 1115

Re: accel click on EasyPic Pro V7 problem

Thank You Marina

I found the problem, the error I had was that I did not turn in the Sw5 RC3 and RC4 to SCL and SDA I2C on the EasyPic Pro V7 Board!

:D
by jesousamx
08 May 2014 02:23
Forum: mikroC PRO for PIC General
Topic: accel click on EasyPic Pro V7 problem
Replies: 2
Views: 1115

accel click on EasyPic Pro V7 problem

Can not get to work accel click on EasyPic Pro V7! I am connecting to socket 1 /* * Project name: Accel click - Accelerometer Test * Copyright: (c) mikroElektronika, 2012. * Revision History: 20120703: - Initial release (DO); * Description: This is a simple project which demonstrates the use of Acce...
by jesousamx
07 May 2014 20:21
Forum: mikroC PRO for PIC General
Topic: GSM TELIT code
Replies: 1
Views: 1292

GSM TELIT code

Hello, in the code for the pic clicker in GSM_Telit.c thus anyone has the code how to receive a message from the GSM Module? #include "GSM_Telit.h" void ClearUART(){ UART_Remappable_Read(); UART_Remappable_Read(); UART_Remappable_Read(); CREN2_bit = 0; CREN2_bit = 1; } void GSMcmd(char *ch) { while(...
by jesousamx
06 May 2014 18:07
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

Re: How to use the MikroProg to debug Pic Clicker Board

ok!
it work! :D
Thank you Filip

I only was trying to test the mikroprog debugger with the pic clicker, so I can begin my own tests on my project!
Thank you MaGik!
by jesousamx
05 May 2014 20:11
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

Re: How to use the MikroProg to debug Pic Clicker Board

Is the one that comes with the PIC CLICKER system! /* * Project name: PIC clicker (Simple 'Hello World' project) * Copyright: (c) Mikroelektronika, 2011. * Revision History: 20130906: - initial release (JK); * Description: This is a simple 'Hello World' project. It turns on/off LEDs connected to RA0...
by jesousamx
05 May 2014 19:11
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

Re: How to use the MikroProg to debug Pic Clicker Board

I'm trying to debug the PIC clicker (Simple 'Hello World' project) Oscillator: HS-PLL 48.0000 MHz, 16.0000 MHz Crystal If I compile in build type Release, I can download it target no problem at all. Is when I compile the program with debugger type mode and download it to the target, then when I try ...
by jesousamx
30 Apr 2014 19:12
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

Re: How to use the MikroProg to debug Pic Clicker Board

Yes I'm running MikroProg suite for PIC V2.30 Running as Administrator. Where can I Download MikroC PRO for PIC V6.0.1. ? I can't find it in http://www.mikroe.com/mikroc/pic/ I notice that in the configuration bits of the MikroProg suite for PIC V2.30, for my PIC18F47J53, the in-circuit debugger bit...
by jesousamx
30 Apr 2014 17:55
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

Re: How to use the MikroProg to debug Pic Clicker Board

Thanks for the help! But I already try that, the program compiles well in MikroC Pro for PIC Ver 6.0.0 and it program the PIC18F47J53 fine! Is when I try to compile and program the system with the BuildType ICD DEBUG, the download to the system is ok. But when I Star Debugger in MikroC V.6.0.0 it di...
by jesousamx
30 Apr 2014 02:02
Forum: mikroProg™ programmer and debugger
Topic: How to use the MikroProg to debug Pic Clicker Board
Replies: 14
Views: 5910

How to use the MikroProg to debug Pic Clicker Board

I have a Clicker board ( PIC18F47J53 )

How can I use the MikroProg
http://www.mikroe.com/mikroprog/pic-dspic-pic32/

To degub my program?
by jesousamx
19 May 2013 05:11
Forum: mikroC PRO for PIC General
Topic: Saving RAM with LCD and UART
Replies: 21
Views: 19169

Re: Saving RAM with LCD and UART

Thank You !! :D , I needed that !!!
by jesousamx
18 Oct 2011 18:40
Forum: mikroC PRO for PIC General
Topic: How to disabled going into INT in debug MODE?
Replies: 2
Views: 1147

Re: How to disabled going into INT in debug MODE?

THKS, that is one way to do it, disabled INT in code in order to debug, but I remember that in MikroCpro V.4,60 I could debug my code and step over (F8) and it did'nt step into my INTERRUP ROUTINES....
by jesousamx
18 Oct 2011 01:14
Forum: mikroC PRO for PIC General
Topic: How to disabled going into INT in debug MODE?
Replies: 2
Views: 1147

How to disabled going into INT in debug MODE?

How to disabled going into INT in debug MODE?

- When I Try to debug my code, and try to F8(Step Over) a instruccion, it jumps into my INTERRUP RUTINES...

I use MikroC Pro 5.01 with a 18F4520 device.
Thank you for you help.
by jesousamx
16 Jan 2010 20:32
Forum: mikroC PRO for PIC Wish List
Topic: refresh button in routine list
Replies: 1
Views: 1747

refresh button in routine list

I would like to see a refresh button in the routine list window, so that I can update the list of subroutines….

Go to advanced search