Hi
I want make a project that have TCP connection and DSP work as client, after that I want use openmp in my code.
So at first I ran "C:\Program Files\Texas Instruments\mcsdk_2_01_02_05\demos\image_processing\openmp\evmc6678l" project, Next I modified it to have TCP connection via sockets.
I put TaskCreate() in NetworkOpen() and assigned a sample code from "SPRU523h.pdf, page:55, part:3.4 " to TaskCreate() function.
When I run the program, when program received to connect() function an error occurred and program jumped out!!
Does it have relation to my ndk version(compatibility between used packges)? (CCS:5.2, CGT: 74.0, omp:1_01_03_02, ndk:2_21_01_38, XDCtool:3_23_4_60)
Can you suggest a way to me?
Regards