Search found 58 matches

by mlebel
19 Jun 2014 10:00
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Seeting IVT (interrupt vector) directly
Replies: 3
Views: 1904

Re: Seeting IVT (interrupt vector) directly

Dear Filip,

Thank you, that i understand.
But, why cant i use the 'absolute' directive on the low memory area (IVT address space)?

Meir
by mlebel
18 Jun 2014 11:07
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Seeting IVT (interrupt vector) directly
Replies: 3
Views: 1904

Seeting IVT (interrupt vector) directly

Hi All, I want to do one interrupt routine to all interrupts. But setting each interrupt to call to a specific function, takes lots of memory for nothing (28 bytes each). Can i set the IVT table directly? something like: const unsigned long IVT[NO_OF_INTERRUPTS] = { 0x200, 0x200, 0x200 ......} absol...
by mlebel
18 Jun 2014 08:57
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Understanding statistics variable address
Replies: 1
Views: 1539

Understanding statistics variable address

Hi All, In the 'statistics' dialog 'variables' tab, i can understand the variables with registers address and also the static addresses. But what is the address 0x7FFFFFFF? i see that all local variables have this address. Is it the stack? Is it the heap? Who is manage it? MCU stack? or mikroC libra...
by mlebel
12 Apr 2014 18:06
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Working in nA for battery operation.
Replies: 4
Views: 2226

Re: Working in nA for battery operation.

Thank you for the replay and info.
What is in your opinion the best settings for unconnected pin?
Input/output, pull up/down/none?

Tn'x
Meir Lebel
www.onofftech.com
by mlebel
09 Apr 2014 13:06
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Working in nA for battery operation.
Replies: 4
Views: 2226

Working in nA for battery operation.

Hi All, I'm working with PIC24F16KL402 & trying to send the PIC to sleep in lowest possible current consumption. In the spec it says 0.08uA (80nA) for IPD typical or 1.68uA max for IPD. No matter what i'm trying it is a solid static on 4uA when i send to sleep. I have nothing connected (no periphera...
by mlebel
20 Mar 2014 09:35
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB not working
Replies: 6
Views: 3935

Re: USB not working

Tn'x, but didn't work for me.
Any new ideas? HELP!

Meir Lebel
by mlebel
18 Mar 2014 17:52
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB not working
Replies: 6
Views: 3935

USB not working

Hi All, I will appreciate any help on the following: I'm having problem to make the USB example work. I'm using PIC24F64GB002 with the internal FRC. When using the help example, or any of the examples from libstock i always get the massage in the 'Device Manager': 'Device descriptor request failed' ...
by mlebel
08 Nov 2013 16:03
Forum: mikroC PRO for PIC General
Topic: Net_Ethernet_28j60_startSendTCP keeps retransmitting
Replies: 25
Views: 9215

Re: Net_Ethernet_28j60_startSendTCP keeps retransmitting

I would like to go back to the origin problem of this post! The problem was that the response of the outgoing massage was received only in the next send! The example program that Mikro gives in the Help file closes (disconnect) the socket when buffer is empty. This is wrong!!, you lose the respond o...
by mlebel
13 Sep 2012 16:51
Forum: mikroC PRO for PIC General
Topic: How Memory is handled for local vars & function parameters?
Replies: 1
Views: 1014

How Memory is handled for local vars & function parameters?

So, I'm implementing a common OS (operating system) for all my broads and different APP (application) for each board as targeted. ROM handling (even that its lots of work), its easy by using 'org'. This way i have ROM memory area for the OS & ROM memory area for the APP. Global/Static RAM variables ...
by mlebel
08 Jul 2012 09:33
Forum: mikroC PRO for PIC General
Topic: mikroProg - Please do not stop on...
Replies: 1
Views: 1059

mikroProg - Please do not stop on...

Hi All, I have a mikroProg that i'm using for debugging my mikroC programs. The problems i have is: 1) mikroProg stops on every interrupt (in the Interrupt routine), even that i have no breakpoints in my 'void Interrupt()' routine, making impossible debugging of my program, any suggestion of how to ...
by mlebel
09 Oct 2011 08:12
Forum: mikroC PRO for PIC General
Topic: Ethernet article
Replies: 8
Views: 2879

Re: Ethernet article

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC
by mlebel
09 Oct 2011 08:10
Forum: mikroC PRO for PIC General
Topic: microE C
Replies: 15
Views: 4762

Re: microE C

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC
by mlebel
11 Sep 2011 11:19
Forum: Website & Forums General Discussion
Topic: Home Automation via Ethernet Code Not Compiling
Replies: 2
Views: 3186

Re: Home Automation via Ethernet Code Not Compiling

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC
by mlebel
11 Sep 2011 11:18
Forum: Development Boards
Topic: Mikroeth problems
Replies: 8
Views: 2999

Re: Mikroeth problems

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC
by mlebel
11 Sep 2011 11:16
Forum: Product Announcements
Topic: New Ethernet Libraries with TCP/IP stack support coming soon
Replies: 19
Views: 39404

Re: New Ethernet Libraries with TCP/IP stack support coming

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC

Go to advanced search