Other Parts Discussed in Thread: TDA2E, SYSBIOS
Tool/software: Code Composer Studio
Hello!
I'm trying to figure out some strange data transfer behavior. It's start work, then fall and now not work anyhow.
Preamble:
HW: Our custom board with TDA2HV.
SW: We don't use Vision SDK. Create project for CCS9 from nsp example. Memory: For memory configuration get file from SDK:
c:\ti\SDK_VI\vision_sdk\sample_app\build\tda2xx\mem_segment_definition_bios.xs
c:\ti\SDK_VI\vision_sdk\build\rtos\tda2xx\config_a15.bld
changed accordingly.
I start client and continiously send data.
Result:
-
The error arise 55 (No buffer space available) then it change on error 64 (Host is down). We try to increase pbm buffer size - it's not help.
-
I noticed that object PBMQ_free not allocated. Why it's heppend I don't know.
-
I called in send function _mmCheck and get next information.
When it's work by mm we get next information:
14:48 ( 5%) 15:96 ( 11%) 1:128 ( 1%) 1:256 ( 2%) 1:512 ( 4%) 0:1536 0:12288 (61440/245760 mmAlloc: 41/0/9, mmBulk: 0/0/0) 1 blocks alloced in 512 byte page 14 blocks alloced in 48 byte page 1 blocks alloced in 128 byte page 15 blocks alloced in 96 byte page 1 blocks alloced in 256 byte page
-
ProgrammeTDA2HV_a15_0_Ethernet.zip send ARP requests and get answers but transmition not start.
-
I check my send function on EVM TDA2E and it's work.
Can you help me understend why transmition not start?