Search found 12 matches

by EESL
18 Sep 2020 15:28
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Handler table size exceeded allowed size
Replies: 2
Views: 1776

Re: Handler table size exceeded allowed size

Filip

SPOT ON!

Well done and many thanks. I really hope that mikroC is appreciating your work because as far as i can tell you are always helpfull and quite good with your answers.

Greetings and have a nice weekend, Dieter
by EESL
16 Sep 2020 09:34
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Handler table size exceeded allowed size
Replies: 2
Views: 1776

Handler table size exceeded allowed size

Hello I am working with a PIC 24EP512GU814 and mikroC PRO for dsPIC Version 7.1.0. Since a few days i get when compiling this message under certain circumstances: 1 304 Handler table size exceeded allowed size (max. 200 handler vectors allowed) Handler table size exceeded allowed size (max. 200 hand...
by EESL
04 Dec 2019 15:54
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Error when calling function inside same .c file
Replies: 1
Views: 979

Re: Error when calling function inside same .c file

I am responding myself to answer one of the two problems i encountered. Just if somebody has someday a similar problem it might point to a possible problem and solution. The order of the including .h files is important in C. Therefore i receive an error because the Screens.c includes Screens.h befor...
by EESL
03 Dec 2019 11:08
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Error when calling function inside same .c file
Replies: 1
Views: 979

Error when calling function inside same .c file

Hello again i created a minimal project which i attach here. During the creation of this project i found one more issue which i do not understand and i hope that somebody might be able to explain to me why that is. The first problem occurs when i uncomment in the Screens.c file line 10 the compiler ...
by EESL
02 Dec 2019 19:04
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: error when called function is in the same .c file
Replies: 1
Views: 996

error when called function is in the same .c file

Hello I am not getting my Head around a problem that came up all ready last week. I have a structure which i can pass along by value without problem to any function i want to anywhere in the project (multiple .c Files). interestingly enough when i try to pass the structure by ref via a pointer i can...
by EESL
02 Dec 2019 18:46
Forum: mikroC General
Topic: error when called function is in the same .c file
Replies: 1
Views: 1658

error when called function is in the same .c file

Hello I am not getting my Head around a problem that came up all ready last week. I have a structure which i can pass along by value without problem to any function i want to anywhere in the project (multiple .c Files). interestingly enough when i try to pass the structure by ref via a pointer i can...
by EESL
05 Jun 2019 16:44
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Unable to resolve statement after assigning to union
Replies: 2
Views: 1123

Re: Unable to resolve statement after assigning to union

Hello I have not heard any response about this issue any more. because i had for this specific case a workaround i was not to concerned but in the last few days i had to work in this section of code and again are quite a lot of problems with the behaviour of the chip if i assign in the way above des...
by EESL
08 Apr 2019 13:47
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Unable to resolve statement after assigning to union
Replies: 2
Views: 1123

Unable to resolve statement after assigning to union

Hello i had this problem posted on the wrong forum and perhaps could not get help for that reason. my error but anyway. I am using workstation 7 with a PIC 24EP512GU810 it is not a problem of the debugger because if i program it in release mode i get the same results in the way that the chip does no...
by EESL
27 Mar 2019 14:10
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Unable to resolve else statement after assigning to a union
Replies: 2
Views: 2042

Re: Unable to resolve else statement after assigning to a un

Hello Filip I was trying with the code that i am posting here underneath and it is not working. but I can give a little bit more of information because if i comment out the ISR for the TMR 1 it seem to work. So there seems to be a connection but i really do not know. Also if i run the simulator it d...
by EESL
22 Mar 2019 11:31
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Unable to resolve else statement after assigning to a union
Replies: 2
Views: 2042

Unable to resolve else statement after assigning to a union

Hello I have a strange behaviour in a part of my code: I have defined a union which I use: union manflg{ struct { unsigned reg : 16; }; struct { unsigned ud1 : 1; unsigned macu : 2; // macu Mando calculo unsigned ud2 : 11; unsigned tambor : 2; }; struct { unsigned isactive : 1; //LSB unsigned fullra...
by EESL
12 Mar 2019 09:07
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: IDE shows only white screen
Replies: 2
Views: 1020

Re: IDE shows only white screen

Hello replying to my own topic but I got help from the phone support. For some reason the debug Layout lost its "setup" and that is actually what it shows. I had to change to a different layout and I just created a new debug layout that I saved and in options put that as my layout to work with. So t...
by EESL
11 Mar 2019 11:40
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: IDE shows only white screen
Replies: 2
Views: 1020

IDE shows only white screen

Hello I was just trying out a few different things of Union/Structure and the last time I made a built the screen just went blank and now it stays that way. I am working with a PIC24EP512GU810. Also after restarting the PC the IDE just shows this screen which I attached. It seems that some things ar...

Go to advanced search