Part Number: TMS320F28379D
Other Parts Discussed in Thread: LAUNCHXL-F28379D, C2000WARE
Hi TI experts, as a newbie user I have a question about how to start the dual cpus from Flash for the example program.
Yes, I have read the related tickets. But I did't find a clear step-by-step solution for a newbie :). I just want a quick solution for a simple example program.
So, please be so kind to help me step by step.
I did the folllowing steps:
1: using ccs of version: 12.3.0.00005 with LAUNCHXL-F28379D LaunchPad
2: import; ipc_ex1_gpio_toggle_cpu1.c, ipc_ex1_gpio_toggle_cpu2.c from c2000\C2000Ware_5_00_00_00\driverlib\f2837xd\examples\dual\ipc
3: connect gpios as descript in code and run debug in RAM, everthing works fine.
4: for ipc_ex1_gpio_toggle_cpu1: under CCS Bild->C2000 Compilter->Proscessor Options, change the Cofiguration from CPU1_RAM [Active] to CPU1_FLASH[Active].
5: same change for ipc_ex1_gpio_toggle_cpu2.c
6: bild both projects.
7: Debug ipc_ex1_gpio_toggle_cpu1.c (not run)
8: load ipc_ex1_gpio_toggle_cpu2.c (not run)
9: run ipc_ex1_gpio_toggle_cpu1.c and ipc_ex1_gpio_toggle_cpu2.c, it works also fine.
10: power cycle the board, the code don't work.
So, TI experts, please tell me which step I did wrong and how are the right steps. Thank you so much! Best regards from germany.