DEFINE LOADER_USED 1
DEFINE HSER_RXSTA 90h
define HSER_TXSTA 24h
DEFINE HSER_BAUD 9600
This is with the DEFINE LOADER_USED in the lib file like this
ifdef LOADER_USED
LIST
ORG 60160 ; Own loader address
NOLIST
endif
Any luck now??
/me
DEFINE LOADER_USED 1
DEFINE HSER_RXSTA 90h
define HSER_TXSTA 24h
DEFINE HSER_BAUD 9600
This is with the DEFINE LOADER_USED in the lib file like this
ifdef LOADER_USED
LIST
ORG 60160 ; Own loader address
NOLIST
endif
Any luck now??
/me
Bookmarks