The STM32F103ZE has 3 ADCs (3 12-bit 16-ch A/D Converter). When I am in debug mode only ADC1 and ADC2 are available.
How can I access ADC3 with uVision on this device?
...Leo
This link seems to indicate that you can't.
http://www.keil.com/dd/chip/4216.htm
I think that refers to Simulation - not target hardware debugging?
Not so sure about that. I think it also informs that there is no debugger dialog for the specific device.
That would indicate that the only way to know what happens when debugging is to add watches for some of the registers, or to add helper code in the application - the problem with watches is of course that some SFR have auto-acknowledge, in which case a watch in the debugger can be enough to break the program.
In the peripherals
Timer 5,6,7,8 are missing, DMA 2 Controller is missing SPI3 is missing, for hardware debugging. Who is responsible for this updates ? Keil or STM ?
Keil.