SPRADK4 October 2024 AM263P2-Q1 , AM263P4 , AM263P4-Q1
Performance degradation when code executes from external FLASH is about 2-3x compared to when code executes from internal RAM. The smart placement tool helps to minimize the performance degradation by “smart” placement of “critical” code (a function is marked critical if it is executed higher no. of times vs another function). It generates a “linker command file”, which places “critical” function in RAM in a fixed size RAM code buffer and execute the rest from external FLASH.