Hi,
I'm trying to make a program which sends/receives UDP packets to/from host PC.
With following the PA multicore example, I could sucessfully send/receive packets.
But, I need IP fragmentation and reassembly functionality.
Without NDK, can I simply use some library for this?
If so, can you let me know how I can implement or where useful example codes are.
If I should use NDK, I have some questions.
- How does using NDK differ from using packet accelerator?
Does NDK require more memory, make code size bigger, and take more cycles?
If I use NDK, is it unnecessary to use packet accelerator?
- I tried to use NDK/NSP according to SPRU523H. (CCS5.0.1, bios_6_31_04_27, mcsdk_2_00_00_11, ndk_2_20_04_26, nsp_1_10_00_03)
But, when I clicked Global item in Available Packages, metaonly module global page was shown.
There are no welcome sheet for NDK configuration, overview, documentation, etc. as describe in the document.
Unlike the figures in the document, I can only see the properties and source sheets.
What should I do to follow the example in the document?
In addition, If I use ndk_2_21_00_32, this package is classified as Other Repositories in Available Packages.
Can you help me set up?
Thanks in advance.