Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Vision apps currently reserves 15MB memory for code section of each core remote cores. The 15MB is enough for code section, but many times, application requires more memory for storing static objects. In this cases, it is better to allocate a separate section in the memory and move this static objects to this newly created section. This article explains how to add new section in the vision apps memory map.