Tool/software:
Hi,
is there any possibility to use a macro (or a global variable) defined somewhere in project files as a parmeter of peripheral modules in sysconfig? In my recent project, PWM period value defines a lot of other perameters of the system. I would like to create a macro that can be used in many places in the configuration code in different peripheral modules.
At the moment I can't write letters in (for example) PWM period value. Do I have to copy configuration created with sysconfig and manually change parameters of driverlib function to get functionality I need?
Or there is any other way to do it?