HI,
I wrote an Ethernet application based on the Pa_simpleExample.
Everything runs OK, and now I'm interested to remove all SysBios initialization, because I'm not interested to use SysBIos.
And I have the following problem:
When I remove this line from the .cfgl file:
var HeapMem = xdc.useModule('ti.sysbios.heaps.HeapMem');
, my application runs 3 times slowly.
The PA, Qmss or the Cppi uses heap memory in real time??
What exacts do this line??
I'll be glad to get information about this issue
Thanks,
Enrique