STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IAP failure on writing in STM32f429

Posted on May 23, 2018 at 13:54I am writing a bootloader application that resides in sectors_0 (0x08000000-0x08003FFF) and sector_1 (0x08004000-0x08007FFF) of stm32f429. When the bootloader application starts up it erases sector_2(0x08008000-0x0800B...

STM32L152 nucleo-64 cube and SWV

Posted on May 23, 2018 at 14:33Hi,I am working with STM32L152 nucleo-64 cube evaluation board with Atollic as the IDE .I am trying to use SWV in order to measure times , i have defined &sharpdefine ITM_Port32(n) (*((volatile unsigned long *)(0xE0000...

Interrupt Issues

Posted on May 23, 2018 at 13:49 I have a CubeMX generated project using the STM32L I have TIM2 configured for IC and OC. I am using the Cube generated ISR callbacks for the TIM and SYSTICK. The SYSTICK callback works fine by itself and the TIM_IC...

I2C2 start condition Reset macro?

Posted on May 23, 2018 at 13:44Hi Im using i2c2 instance for STM32L4+ Nucleo144 L4R5ZI. When i want to write the i2c2_start(), i do a. /* Check the parameters */b. /* Generate a START condition */          I2Cx->CR2 |= I2C_CR2_START;c. /* Disable th...

STM32F7 BSP Record audio mono channel

Posted on May 23, 2018 at 10:11Hello !I am currently working on an audio application on STM32F7-discovery.The example application is recording in stereo from the 2 MEMS microphones regardless of the parameters sent to :BSP_AUDIO_IN_InitI am now usin...