Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
I use SysConfig in my project. I have 2 problems. I don t know if they are linked.
I load the empty example provided by TI for the 49C.
At the beginning of the main source file, the board.h file, which is generated by sysconfig, is included.

But, whatever is the configuration I choose as active, the board.h included is the file that is in the filder susconfig/RAM

So, If I set as active the FLASH configuration, add a PWM with a specific period, it will be not taken into account if the same sysconfig file has not been generated previously for the RAM configuration



How can we include the right board.h ?
Then, my second question:
if you look at my Sysconfig file, you can see that I chose to disable the link between the timer and any PWM module. I cannot understand why this choice is possible, because the timer belongs to a module. Am I wrong ?
when looking at the board.h, I seen that the time base is PWM2

If I try to change this choice and regenerate the board.h file, the Timer is till the PWM2 one:


It is very unconvenient because when we synchronise the SOC of an ADC, we have to look which module Sysconfig chose for the PWM to select the right module in the ADC section.
How to choose the module of the PWM with Sysconfig ?
Thank you.






