Other Parts Discussed in Thread: SPRC539 Hello. Using TMS32F28335. We have been having problems with accidently activating CSM and therefore being permanently lockout out. Probably due to some sort of interruption during flash erase / program, which we may…
Other Parts Discussed in Thread: TMS320F28335 , SPRC539 , CCSTUDIO
How do I download to TI DSPs vis JTAG using the command line or a script? In essence, I'd like to run this as a batch operation, but I don't see the need for a CCS license. What…
Other Parts Discussed in Thread: SPRC539 Hello, I use a 28335 on my own board and my project compiled well with rts2800_ml.lib. But when I want to add Flash28335_API_V210.lib to my project as described in sprc539.zip, I had this error message: <Linking>…
Nicolas,
TI did not document these register bits specifically because they don't want you to use them. Please use one of the Flash APIs provided ( http://focus.ti.com/docs/toolsw/folders/print/sprc665.html for fixed point projects, http://focus.ti.com…
Jonas,
You cannot "write" to flash. Flash must be programmed. TI provides an API for flash programming. You would have to include that into your application and call the program function. The difficulty in this with data variables though is that, while…
Hi,
Flash APIs for F28335 was released in August, 18th and you can find it at this link: http://focus.ti.com/docs/toolsw/folders/print/sprc539.html
Maybe you have the flash APIs for f28235 which is not floating point (and that APIs was released on August…
Other Parts Discussed in Thread: SPRC539 , CCSTUDIO I have two files that I am unable to find: "FlashAPIInterface28335V2_10.out" and "rts2800_fpu32.lib"
//----
I believe that the newest version of the FlashAPI for the 28xx parts is v2…
Hello everybody,
I have my bootloader project runnning before the app project, and works fine. My error was in the linker file... I have 2 linker files, one for App and 1 for bootloader. In the bootloader file, the redirection to cint00 function is in…