Part Number:TMS320F28054M
Tool/software: Code Composer Studio
Hi members,
We are developing a motor control system with 3 TMS320F28054Ms as controllers of 3 axes and a TMS320F28055 as control manager. Software tool is Code Composer Studio(Version: 6.1.2.00015) and control program based on motorware_1_01_00_17. All chips work at 60 MHz frequency. The communication between 3 TMS320F28054Ms and a TMS320F28055 uses SCIs.
Right now, we want to realize updating firmware of TMS320F28054M by SCI port using hex file. When using #pragma CODE_SECTION(CallFlashAPI,"ramfuncs"), we found RAML1L2 (2K words) is to small. How to expand RAM space? I feel RAML0 can not be used.