Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
I'm using the AMIC110 with the profinet example project to run a webpage, where I can see the status of our TMS320. The TMS is connected via SPI to the amic to send the current status.
The webpage is hosted by the amic and updates itself every 5 seconds to show the new status.
After leaving the webpage open for approximatly 30 minutes, the amic crashes with the notice: CortxA8: Unhandled ADP_Stopped exception 0x20023
So I started to debug everything. First I had a look on the heap and if there is a memory leak. Using the mmCheck I got the following results:
47:ERROR4u ( 73%) 18:ERROR4u ( 56%) 63:ERROR4u ( 87%) 16:ERROR4u ( 66%) 2:ERROR4u ( 33%) 1:ERROR4u ( 50%) 4:ERROR4u (100%) (39936/49152 mmAlloc: 1070806/0/1070693, mmBulk: 6735/0/6734) 2 blocks alloced in 512 byte page 24 blocks alloced in 128 byte page 24 blocks alloced in 128 byte page 15 blocks alloced in 128 byte page 23 blocks alloced in 48 byte page 18 blocks alloced in 96 byte page 1 blocks alloced in 1536 byte page 6 blocks alloced in 256 byte page
Everything stays the same over this time, just the mmAlloc counts and free counts went up. But the difference between them (113) stayed the same. So it looks like, there is no problem with the memory, right?
Could it be, that there is some issue with the SNMP-Stack, which is limited to 1000 responses? Or is it independent to it?
Any Idea, what could be the problem?
Best regards,
Stefan