Hello First, im using MDK ARM Std. 4.20. In our project we have a STM32F107VC (M3, Connectivity Line) and i am currently adapting the STM32_Init.c to be more useful (PLL2+PLL3 settings, more peripherals,...) My problem now is the system viewer (using debugger and ULink2 to work directly on target hardware): When i want to check the RCC registers there are some bit and field definitions missing. For example the RCC_CFGR2 is only visible as complete value, but i d' like to see the bit-definitions in there too, so it looks like all the other registers, with the expandable tree structure. And there is some more stuff missing, like PLL2 and PLL3 Enable- and Ready-Flags in the RCC_CR view. So, my question now would be what file i do have to edit to get the system viewer to properly display the informations the way i want to?
www.keil.com/.../uv4_db_dbg_systemviewer.htm is saying "Add additional properties to view extra information, like the data breakdown or the description of peripherals." But nowhere is any information about where/how one can edit/add the informations...
I hope someone can help me. Thanks.