Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28377D
-
For programming the C2000 TMS320f28377 in serial mode (for production and other without jtag interface) please advise what is the best method to use.
In the previous project using TMS320F28355 we used SDFLASH as specified in application note (SPRAAL3).
Can you check for configuration for SDFLASH .driver file and project file (algorithm file)? -
Programming using SCI:
in the EB the SCI is connected to GPIO 28,29.
I didn’t manage to program the flash through the SCI until I configured the device through JTAG to work with this SCI.
Even when I soldered the SCI to GPIO 84,GPIO 85 I didn’t manage to program.
In my design I am using EMIF SRAM 16 bit and GPIO 85 is assigned to XD0 .I get pin conflict if I try to use the SCI in GPIO 84,GPIO 85 .(GPIO 84 is already BOOTMODE 1).
Please advise what is the correct connection .