Other Parts Discussed in Thread: TMS320F2809,
Using Code Composer I have developed software for a custom designed PCB running a TMS320F28075 processor. I have used this platform previously for several other TMS320 processors (TMS320F2809 for example) without any issues. However with this processor I am having trouble linking my program, primarily due to undefined symbols for processor peripherals, for example PWM registers, that I am not necessarily using. I basically would like to know what headers, etc., that I need to include for my specific application. I am using only the ADC, DAC, GPIO, SPI, SCI and CAN peripherals on this device. Also it is not clear to me how or where the peripheral symbols addresses get initialised to locations of the processor.
