STM32F030 dectected as STM32F09xx
Posted on July 28, 2016 at 16:51Can anyone help me.I am trying to bring up the stm32f030 chip. but the STM-link program is detecting it as a stm32f09xx .
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 28, 2016 at 16:51Can anyone help me.I am trying to bring up the stm32f030 chip. but the STM-link program is detecting it as a stm32f09xx .
Posted on July 28, 2016 at 16:43what are the exact differences between STM32F4DISCOVERY vs STM32F407G-DISC1, hardware or software?MB997B, MB997C and MB997D - the published schematics does not distinguish and it's the same file from 2012. Are all rev...
Posted on July 28, 2016 at 21:19 I'm new to arm programming, I'm teaching myself with the STM32 specifically the STM32F030x6. To start myself off with any new mcu arch, I write a simple as ever code that would make one of the gpio pins go high...
Posted on July 27, 2016 at 17:58Hi there,I just want to generate a simple Pulse Width Modulation with the STM32F303RE with Timer 1 / Output Compare Channel 3.But I can not select the desired mode TIM_OCMODE_PWM1 for sConfigOC.OCMode.Do I have to con...
Posted on July 28, 2016 at 19:03Has anyone tried to run Doxygen over generated code from ST CubeMX? I tried to run it and HAL driver function's comments cannot be extracted and correctly displayed. See the attached picture. It can generate the link ...
Posted on July 28, 2016 at 18:23 Hi All, I was trying to measure duty cycle and frequency of a pwm signal by using a timer with pwm output to generate pwm signal and another timer in reset mode to measure pwm using one of the example. Th...
Posted on July 27, 2016 at 23:29I have code that drives the FSMC & in turn an SSD1305 LCD controller. Trouble is, in order to integrate it with the rest of my application, it needs to use the HAL, as all of my SPI, I2C etc is HAL-based. I've written...
Posted on July 28, 2016 at 15:12Hello,I am trying to capture the SPDIF input packets received on STM32F7. I am using a LPCM Stereo input from a DVD player. DMA stream 1 is configured to receive data samples from SPDIF stream. I am receiving a Synchr...
Posted on July 27, 2016 at 22:51I keep seeing references online to demo code for the ST chips. Where exactly is it? I have went through through all the Atollic folders, but found nothing. I have went through the CubeMX folders and also found nothing...
Posted on July 28, 2016 at 05:58 In the file stm32f4xx.h < br >#define DBGMCU_APB1_FZ_DBG_TIM1_STOP ((uint32_t)0x00000001)< br >#define DBGMCU_APB1_FZ_DBG_TIM8_STOP ((uint32_t)0x00000002)< br >#define DBGMCU_APB1_FZ_DBG_TIM9_STOP ...