Forum Discussion
Altera_Forum
Honored Contributor
16 years agoif you look at the config.c file, all the (or most of) the peripherals are defined using the swinfo2header command generated .h file# defines from an example design. that means that you either need to modify your sopc system to match the names of the example design's components, or modify the confic.c platform driver instances to reference the correct# defines for your system.
--dalon