This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6678: 通过 XGCONF 配置 _ipconfig, 发现有的配置项没有并且无法对配置项进行修改呢

Part Number: TMS320C6678


通过文档发现DSP的默认NDK的配置为对于接收到的 免费ARP包  会进行丢弃,想修改为接收ARP包并进行 ARP 路由表的更新,在尝试修改过程中发现配置项不全并且无法进行修改

参考的文档中的说明如下图:

所以应该修改配置中的此选项

uint32_t RtGarp;             // How to handle received gratuitous ARP

因此,去查找工程中的XCONFIG配置项,发现在IP层配置项中并没有  RtGarp 选项,并且这些选项的值无法修改

因此想请问在哪里可以找到  RtGarp  配置项,并且可以进行修改呢

  • 参考 A.11.1 Configuration Structure 章节的内容看一下。

    The stack internal configuration structure is _ipcfg. Any element in this structure may be modified before the initial system call to ExecOpen(). This structure should not be modified after this initial call.

    ti-processor-sdk-rtos-c667x-evm-06.03.00.106-Windows/ndk_3_61_01_01/docs/ndk/NDK_API_Reference.html