• ADC3 of STM32F103ZE
    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
  • STM32F103ZE Flash write problem.
    Hi, I'm trying to write an In-Application bootloader. Before writing to internal Flash it must be unlocked, then erased (selected page) then written to. - the unlock sequence works fine - the...
  • Not able to build STM32F103ZE projects on uVision4 IDE
    Hi, I am using UVision4 IDE for my project on STM32F103ZE. I have installed MDK-ARM Microcontroller Development Kit from Keil and loaded the Example Projects of STMicroelectronics. However, I am...
  • PWM example using MCBSTM32E board (STM32F103ZE)
    Hi guys, I am using a MCBSTM32E board with a STM32F103ZE micro controller. I found a example project here which states to show "hows how to configure and use the timer TIM4 of STMicroelectronics...
  • Bootloader not working with RTX kernel
    Hi, i solved my previous problem in starting the main app from my own bootloader but now the same problems has returned if the application is coded with RTX kernel. Summary I'm using CortexM3...