Цитата
Note
* It is possible to add the configuration of additional peripherals to STM32_Init.c. You just have to add a Configuration Wizard section and a dedicated initialisation function for the peripheral you want to add. You need to call the new initialization function in stm32_Init().
See the Configuration Wizard page in the µVision User's Guide for more information about working with the Configuration Wizard.
Про то и речь, если где надо и как надо пропишите, то появиться:
пример.
Но, имхо, проще инитить с помощью STM32_Init.c то что там есть, а чего нет оформлять в виде отдельных функций прямо у себя в коде.
Кстати, а чего есть у вас в камне, чего нет в STM32_Init.c ? а то я сам его не особо листал.