Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
John Silva said: We are not trying to use the JTAG port for boundary scan itself. JTAG ports can be used for other purposes, such as emulation, programming, etc. In our case, we are trying to use the JTAG port specifically for programming. The chip’s JTAG…
Angela,
Much depends on the method you want to use to program (JTAG or SCI). LF240xA devices are fairly old and the entire toolchain for these devices is now obsolete and there is very limited support for those devices (mostly through e2e).
Link to API…
Other Parts Discussed in Thread: SPRC141 , CCSTUDIO I have a project in CCS 3.3 for TMS320F2407 where code space is critical and for my "Release" target I therefore need to enable program-mode optimization (option -pm). Everything works as it should until…
Other Parts Discussed in Thread: SPRC141 I am programing a motor drive board with a TMS320LF2407APAGA. I haveing a problem with Flash. I am using CCS3.3. For a test I am trying to program c_coxist from SPRC141. It builds ok, but when I use the ON-Chip…
Anders,
You cannot write directly to a flash location with going through flash programming steps. TI offers a flash API, a library of functions to help with this process. You can find this information at this location: http://focus.ti.com/docs/toolsw…
Thanks Mitja for your response, Sorry for the late reply, unfortunately I just found out that the ultimate objective which I wanted to reach by loading the bootload onto the EEPROM would not be possible with this process. What I wanted to do was to see…