Posted on February 08, 2005 at 21:21 Hi there I recently migrated from 98 to XP and now there is one pin on port E that i cant use. Im using 5 Ive deleted every thing except the code to toggle PE3 but still no toggleing. Can anyone see anythi...
Posted on June 07, 2004 at 22:06Thanks for replying I didnt check the map file or the segment sizes. I only noticed it because it would get to point in the routine and stop so i guess the code wasnt getting executed. I changed my function to get cal...
Posted on June 01, 2004 at 23:52Hello Im wondering is there a max size of a interupt function? the reason i ask is that i have a SCI interupt function and it seems to get to a certain size and then the check sum doesnt change when i add code? Im usi...
Posted on May 13, 2004 at 22:38thanks sjo, i found out that it was because they were local variables - duhh. I had tried to make them global and that didnt work, which made me think something was wierd but i found that problem was in my linker file ...
Posted on May 12, 2004 at 01:24Hi there good people! It seems that a cosmic c function can only have 256 bytes of (locals)ram allocated to it. Is there any way around this? Say i want to have an -int array[127], char i,j,k,blahblahblah; in the one f...