I’m getting the following exception in my trace output:
65.621 Trace L3RR 1 rrc_ChooseCellsFromWorkBa : can’t choose cells from a NOT computed WorkBa
65.621 ADS Bckt -> ati_RspPoss_CPBW : 0x0004B6CB
65.621 ADS Bckt -------> ADS BACK TRACE <-------
65.621 ADS Bckt The function corresponding to this address : 0x1e8338, is not in the .axf file
Whereafter the module reboots. This is while running in remote mode. Any hints to what might cause this?
2175.407 Trace CUS4 1 Error #0010 : Get memory error…
2175.407 ADS Bckt -> ati_RspPoss_CPBW : 0x0004B6CB
2175.407 ADS Bckt -------> ADS BACK TRACE <-------
2175.407 ADS Bckt The function corresponding to this address : 0x1066734, is not in the .axf file
Problem solved. It was due to a memory leak in my code, so adl_memGet couldn’t allocate more memory, hence the Error #0010. I found out about this after turning on the CUS4/21 trace, where ADL spams about addresses allocated and released. Seeing a steady increase in addresses allocated indicated that there was a memory leak.