View previous topic :: View next topic |
Author |
Message |
custom_elect
Joined: 15 Dec 2007 Posts: 13
|
Info for creating TCPIP 24FJ256GA110_registers.h type file |
Posted: Thu Aug 05, 2021 3:25 am |
|
|
I am trying to build the tcpip stack for use with 24FJ256GA106 and my question is:
Can I just copy the contents of the 24FJ256GA110_registers.h file to make my new file 24FJ256GA106_registers.h (as the 106 just has less i/o pins, but is otherwise the same)?
Or is there a 24FJ256GA106_registers.h file available somewhere to download?
Or is there any documentation anywhere on how to create these files?
Any help would be greatly appreciated.
(So far, I have tried to just copy the contents, but on running a successful build, StackInit() never returns). |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Thu Aug 05, 2021 5:43 am |
|
|
The procedure by Ttelmah is a bit easier than what I posted so I removed mine. _________________ Google and Forum Search are some of your best tools!!!!
Last edited by dyeatman on Thu Aug 05, 2021 7:36 am; edited 1 time in total |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Thu Aug 05, 2021 5:46 am |
|
|
Do you have the IDE?.
Generally with the IDE, with the processor selected, select 'tools',
'Device Editor', then on the top tabs, select the right hand 'Registers'
tab. Then just below this 'Make Include file'.
This creates a register include file for the selected processor. |
|
|
custom_elect
Joined: 15 Dec 2007 Posts: 13
|
|
Posted: Thu Aug 05, 2021 8:32 am |
|
|
Thanks for the responses - I only have the command line compilers - is there a way of generating this file without the IDE? |
|
|
WalkOver
Joined: 14 May 2021 Posts: 24
|
|
|
custom_elect
Joined: 15 Dec 2007 Posts: 13
|
|
Posted: Thu Aug 05, 2021 10:59 am |
|
|
Many thanks to all - You Rock! |
|
|
|