Re: NNDK Release 2.8.0 (April 2016)
Posted: Wed May 18, 2016 9:51 am
Several problems here....
In comp code when it prints out Gap it means if found a gap in the memory map....
I can't really help you with that unless I have the map file. So please open a ticket, the GAP should not be there it means
something is wrong in the link process...
Compiling the MOD5282 factory app:
2.8 W IPV6
Used 202860 bytes of 491520 available flash (41.27%)
2.8 W IPV6 turned off
Used 165685 bytes of 491520 available flash (33.71%)
2.7.4
Used 163023 bytes of 491520 available flash (33.17%)
To turn off IPV6 change the IPV6 Config section of predef.h to:
//#define IPV6 (1) // Dual stack IPv4/IPv6 mode
//#define IPV6_COUNTERS (1) //add coutners to IPV6
#define IPV4ONLY (1) // IPv4 only mode
In comp code when it prints out Gap it means if found a gap in the memory map....
I can't really help you with that unless I have the map file. So please open a ticket, the GAP should not be there it means
something is wrong in the link process...
Compiling the MOD5282 factory app:
2.8 W IPV6
Used 202860 bytes of 491520 available flash (41.27%)
2.8 W IPV6 turned off
Used 165685 bytes of 491520 available flash (33.71%)
2.7.4
Used 163023 bytes of 491520 available flash (33.17%)
To turn off IPV6 change the IPV6 Config section of predef.h to:
//#define IPV6 (1) // Dual stack IPv4/IPv6 mode
//#define IPV6_COUNTERS (1) //add coutners to IPV6
#define IPV4ONLY (1) // IPv4 only mode