Part Number: LAUNCHXL-F28069M Tool/software: Code Composer Studio Hello, I want to program the Flash of TMS320F28069M for stand alone application. So far,I did this steps: 1) adding : a) F28069.cmd (removing 28069__RAM_lnk.cmd) b) CodeStartBranch.asm c) Headers_nonBIOS.cmd d) InitFlash() 2) Programming the MCU with JTAG. 3) Powering the MCU off and changing boot pin to Get-mode and powering the MCU on. Although when I program the MCU with JTAG, I see the message of erasing and programming the Flash, after power on, nothing happens. Also I see in some e2e posts that we should add the following codes: extern Uint16 RamfuncsLoadSize; extern Uint16 RamfuncsLoadStart; extern Uint16 RamfuncsLoadEnd; extern Uint16 RamfuncsRunStart; memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize); But when I add those, I get the error of : unresolved symbol _RamfuncsLoadSize. So what is the problem of Flash programming? is it because off not adding the above code?How can I fix that? Regard Mohammad.
↧