Part Number: TDA2EXEVM
Hi All,
I have an basic NDK application that i desire to run on IPU core. I have'nt used CCS for configuring this. But i configured this application by referring a .cfg files of vision sdk.
So what i have is a basic .cfg that includes some NDK and sysbios related components.
I have created a task ( statically created from .cfg file ) that need to run some socket related code.
when NDK task runs, the socket() always had returned INVALID_SOCKET. Also when i see the return value of fdOpenSession() , it was 0.
Also I wanted to check weather memory is being allocated to file descriptor table correctly or not, So I tried to allocate a 100 Bytes of data inside a NDK task thread using mmAlloc(). Even that allocation was not successful.
But i have allocated 4096 bytes for heap through linker file "-heap 0x4096."
Can anyone please tell me why it is not able to allocate that small amount of memory. Or do i need to add something to make this application run.
Regards,
Likhith C