Hello. I am developing a code to control some MOSFETs for a Power converter. The code works fine but now I have to control one more converter with the same DSP (TMS320F28335) so I wanted to just use some threads for multitasking both controllers. As long as I read, I guess SYSBIOS is compatible with the DSP I am using, at least it compiles the examples. Now the problem comes when I want to migrate the code I had to the new project (I started from an example that just creates a task). I copied all my functions to the new main.c , copied the controller part inside the task etc. I had a bunch of error sure, I solved them linking the same files I had in the previous project so the compiler doesn't give any error just a bunch of same warnings ("creating output section "AdcRegsFile" without a SECTIONS specification") and so on with different names. When I run the code it seems it's working, even I pause it and it's where it has to be (inside the controlling task all time), but the hardware of the DSP (ePWM module) is not responding...... Is anything I did wrong??
Thanks.
Carlos.
 
				 
		 
					 
                           
				