Locate library functions

General discussion on mikroC for dsPIC30/33 and PIC24.
Post Reply
Author
Message
jerid
Posts: 1
Joined: 06 Apr 2009 21:22

Locate library functions

#1 Post by jerid » 06 Apr 2009 21:41

I am trying to compile library functions to a certain spot in flash, but I have only been able to get user functions to compile to certain addresses.

void init(int s) org 0x7000
{

}

I have tried the "#pragma funcorg" but it doesn't seem to work

Does anyone know how to do this?

Thanks, Jerid.

Post Reply

Return to “mikroC for dsPIC30/33 and PIC24 General”