Hi,
I am trying to upgrate to the latest PSP for my C674x project. What I found is that the IRAM size used by the new version is significantly larger than 1.20.00.04. More specifically, it is the McAsp drivers.
In the map file from the audioSample project
1.20.00
- .far 0 11810000 0000c348 UNINITIALIZED
- 11810000 0000637c ti.pspiom.mcasp.a674 : Mcasp.obj (.far)
- 1181637c 00002480 edma3_drv_bios_c674.lib : edma3_drv_init.obj (.far)
- 118187fc 0000189c edma3_rm_bios.lib : edma3resmgr.obj (.far)
- 1181a098 00000940 : edma3_rm_gbl_data.obj (.far)
- 1181a9d8 00000574 : edma3_c6747_cfg.obj (.far)
- .far 0 11818000 00007b64 UNINITIALIZED
- 11818000 00002480 edma3_drv_bios_c674.lib : edma3_drv_init.obj (.far)
- 1181a480 00001d24 ti.psp.iom.mcasp.a674 : Mcasp.obj (.far)
- 1181c1a4 0000189c edma3_rm_bios.lib : edma3resmgr.obj (.far)
- 1181da40 00000940 : edma3_rm_gbl_data.obj (.far)
- 1181e380 00000574 : edma3_c6747_cfg.obj (.far)
Why is this? How to solve?
Thanks