This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SYSCONFIG: AM263P4: Best Way To Handle Variants in SysCfg

Part Number: SYSCONFIG
Other Parts Discussed in Thread: TMDSCNCD263P,

Tool/software:

Hello,

We are currently developing on TMDSCNCD263P but custom hardware will be available soon and there will be a period of overlap where we must support both TMDSCNCD263P and custom HW. It is primarily the same software but using different pins.

What is the best way to support two HW variants within CCS / SysCfg?

My first thought is to maintain two .syscfg files and two build configs then exclude one .syscfg or the other in each build configuration.

  • Will that work?
  • Is there are smarter way to do this?

Thank you.