Other Parts Discussed in Thread: CONTROLSUITE, , LAUNCHXL-F28027
Tool/software: Code Composer Studio
I want to combine the examples below.
C:\ti\controlSUITE\development_kits\F28069 controlSTICK\PWM - SymmetricPWM
C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\sci_echoback
As you know there are many sub files in these examples.
For symmetric pwm => F2806x_CodeStartBranch.asm, F2806x_FLASH_SymmetricPWM.CMD, F2806x_GlobalVariableDefs.c, F2806x_Headers_nonBIOS.cmd, DevInit_F2806x.c
For sci echoback these files are extra => F2806x_PieCtrl.c, F2806x_PieVect.c, F2806x_Sci.c, F2806x_SysCtrl.c, F2806x_usDelay.asm, F2806x_DefaultIsr.c, 28069_RAM_lnk.cmd
When I add one example with these files and their include libraries to other, there are many errors. Also one example is for FLASH, the other is for RAM.
Is it possible to merge these examples? Their file order is confused me. I am a bit new about LAUNCHXL-F28069M kit. Maybe LAUNCHXL-F28027 would be easier for me.
What I actually want is to send duty values of pwm signals from my computer with a visual studio interface or at least hypertrm. What connection do you suggest for sending pwm parameters to launchxl kit from computer?
Thanks for your attention.