Search found 7 matches

by fco1233
19 Aug 2011 17:44
Forum: mikroC PRO for PIC Wish List
Topic: mysterious problem on dspic debugger.
Replies: 4
Views: 2331

Re: mysterious problem on dspic debugger.

Hello.

You were rigth filip, i just changed the version from 4 to 5 and it works.

Thanks a lot.
by fco1233
19 Aug 2011 17:41
Forum: mikroC PRO for PIC General
Topic: WHAT IS THE MAXIMUM SIZE OF A CONST CHAR ARRAY I CAN CREATE?
Replies: 4
Views: 2182

Re: WHAT IS THE MAXIMUM SIZE OF A CONST CHAR ARRAY I CAN CRE

hello mince and janko

I resolved the issue, just change the compiler version from 4 to 5.1 mikro c for dspic.

there must be something wrong in version 4, because as i said before i didnt change nothing in the code.

thanks
by fco1233
12 Aug 2011 02:13
Forum: mikroC PRO for PIC Wish List
Topic: mysterious problem on dspic debugger.
Replies: 4
Views: 2331

Re: mysterious problem on dspic debugger.

Hello.

I have atached the file.
and the version it is mikroc pro for dspic v4.0

Thanks.
by fco1233
06 Aug 2011 00:39
Forum: mikroC PRO for PIC General
Topic: WHAT IS THE MAXIMUM SIZE OF A CONST CHAR ARRAY I CAN CREATE?
Replies: 4
Views: 2182

Re: WHAT IS THE MAXIMUM SIZE OF A CONST CHAR ARRAY I CAN CRE

Hello friend i have and issue like yours. i dont know why the program lost sequence. i have array like this. const unsigned char array [270][8]={...}; and everyting goes well. but if i increas the size array. the program lost the sequence const unsigned char array [290][8]={...}; do yo have an idea ...
by fco1233
05 Aug 2011 03:03
Forum: mikroC PRO for PIC Wish List
Topic: mysterious problem on dspic debugger.
Replies: 4
Views: 2331

mysterious problem on dspic debugger.

I have a normal program for dspic so everyting was rigth, and the micro used to run well. but one day i just made a constant array bigger, and everyting change. if the size of the array it is like this. there is no issue. const unsigned char senorial [275][8] if i just change the array size to this,...
by fco1233
15 Nov 2010 08:07
Forum: mikroC PRO for PIC Wish List
Topic: the easiest question, assembly bra instruction
Replies: 3
Views: 2252

Re: the easiest question, assembly bra instruction

thanks for the answer.

so if i cant use bra with memory address,

could i run code from ram memory?
what should i have to do for run code in ram?
by fco1233
11 Nov 2010 23:06
Forum: mikroC PRO for PIC Wish List
Topic: the easiest question, assembly bra instruction
Replies: 3
Views: 2252

the easiest question, assembly bra instruction

hi, im programing in mikcroc pro 3.2. I just want to use the assembly instruccion, BRA 'number'. but insted of number i want to use a memory adress to change constantly de value asm bra 2 ; // just for test, work rigth i have tried with: asm bra _myvar; it doestn work do you know how can i do use br...

Go to advanced search