Hi Hari,
I tried with both the sdk versions I see that it is working.
Can you give me following info:
1. Are you using TI evm or custom board?
Hari krishna Kaki said: -> MCAL_AM263P_09.02.00 , SDK -> mcu_plus_sdk_am263px_09_02_00_56
2. Which…
Hi Yoonsun,
Please have a look at similar thread of copying contents from FLASH to RAM -
(3) TMS320F28377D: Looking for basic C2000 F28377D example for CCS7.2 of booting from flash, copying flash to ram, then running from ram - C2000 microcontrollers…
Hari krishna Kaki said: Q) is the RESET reason is correct?
Yes reset reason is correct. Seems like it is related to flash reset mechanism
Hari krishna Kaki said: PROC159E2 version of EVM has an issue with OSPI reset TMDSCNCD263P: OSPI reset OSPI0_RESET_OUTn…
Hi Gennadi,
Please have a look at the Flash to RAM Project examples from c2000Ware SDK from a different device. This example is a Flash to RAM example that demonstrates how to start a program in Flash and then run certain functions from RAM.
C2000Ware_5_04_00_00…
Part Number: TMS320F28P650SK Other Parts Discussed in Thread: C2000WARE Tool/software: I have very little code, and I want the program stored in Flash and re-run with power off to have exactly the same performance as it does in RAM emulation mode.
TMS320F28P650SK…
Hello Ben,
Ben Qin said: Program like flashapi, is it starts copy while init that before the program runs or while program runs to this line?
It depends on whether they are using the .binit table in their linker command file. If they are, the copy…
Part Number: TMDS570LS31HDK Tool/software: Hello E2E Experts,
Good day.
Is there a guide on how to copy .text from flash to RAM?
I use TMS570LS31371HDK and I want to copy .text from flash to ram because RAM works very fast.
I checked the E2E thread…
Hi Hari,
Hari krishna Kaki said: Q) If i configure erase size is 64KB, is is no problem right?
This functionality depends on the variant of the ISSI. In datasheet it is mentioned that this supported by ISLX256/128 - B variant of flash. The OOB flash…
Part Number: TMS320F28335 Other Parts Discussed in Thread: UNIFLASH Tool/software: Dear Expert,
The customer is using F28335 to transfer FLASH programs to RAM and has found that it cannot be burned in one go. It requires multiple attempts to successfully…
Part Number: TMS320F280039C Tool/software: I’m using a TMS320F280039C running from Flash. Normally, .TI.ramfunc is linked with load=Flash and run=RAM, and at startup the code is copied from Flash to RAM.
For debugging with CCS, can I instead link .TI…