PICcoder.co.uk Forum  


::post new topic::
18f452
Date: 2006/07/02 20:18 By: Ricardo Status: Visitor  
 
How to compile to pic18f452 ?? because the tcp/stack dont came with linker for this processor.
my email pozza@tropicalclube.com.br
reply | quote

Re:18f452
Date: 2006/07/03 07:52 By: Mat Status: Admin  
Karma: 7  
Posts: 211
graph
I'm not the expert on the stack, however i know ian is away for the week, so give this a shot. Try look in the C18 lkr direcvtory and using the appropiate linker file from there, and also selecting the right target in the configuration menu. Theres no reason why that shouldnt work, (which i can think of anyways)

Mat
reply | quote

Re:18f452
Date: 2006/07/30 08:27 By: dariog Status: User  
Karma: 6  
Posts: 107
graphgraph
Ricardo wrote:
How to compile to pic18f452 ?? because the tcp/stack dont came with linker for this processor.


You're meaning the TCP IP Stack 3.02?
as Ian suggested, just change the Processor and the linker file.
One drawback is that there's not much ROM in that CPU, so you'll have to use external EEPROM or reduce the WEB pages size. I got the Stack working on a 18F252, with this approach.

I've not tried with the Stack 3.60.
reply | quote

::post new topic::