Hello,
i'm using TM4C129 with XDCtool xdctools_3_31_02_38_core and TI-RTOS tirtos_tivac_2_14_00_10.
and i wanted to created my own NDK configuration stack thread, so that at the board startup, the board will check the user IP configuration to be used to configure the IP setting static/dynamic.
so i created a task SoAd_vNetworkConfigurationTask which will be used instead of ti_ndk_config_Global_stackThread which will be generated automatically if Global.enableCodeGeneration is true. my code is setting this variable to false.
but once i compiled the code, i'm getting the following error:
"program will not fit into available memory. run placement with alignment fails for section "BSS_GROUP" size 0x7c8f8 . Available memory ranges: SoAd_HOOK.c /ICG/ATI Library/Service Layer/Communication/Socket Adaptor C/C++ Problem:
and once i commented the line
s32ReturnStatus = NC_SystemOpen(NC_PRIORITY_LOW, NC_OPMODE_INTERRUPT);
The code will compile properly!!
so please find the attached cfg file and a part of my code which include the task and few helper API that will be used by the task.6011.ICG.cfg