STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! MPU6050 nucleo-F103RB I2C no connection

Posted on July 03, 2018 at 17:03I cannot communicate my mpu6050 with nucleo-F103RB board via I2C interface. Here is my code, maybe someone could explain me what is wrong.&sharpinclude 'stm32f1xx.h'I2C_HandleTypeDef hi2c;UART_HandleTypeDef uart;void ...

Kajetan.B by Associate II
  • 1004 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 in real consumer products

Posted on June 05, 2018 at 13:25I believe I do not violate any forum policy here. I do not want anyone to break any secrets here.I am a hobbyist & STM32 enthusiast but I have never seen any real products where the STM32 was embedded (besides Sony Sm...

STM32 Encoder mode + Input Capture on the same timer

Posted on May 09, 2016 at 22:33I want to use CH1 and CH2 in encoder mode and also CH3 in input capture mode, all this using one timer (TIM3). Is it possible? I didn't found any warnings in datasheet. I looked at the block diagrams but I'm not sure a...

kardwor1 by Associate II
  • 1040 Views
  • 3 replies
  • 0 kudos

MCO2, PLL2 as a source - no output on STM32H7

Posted on June 30, 2018 at 03:32Used latest STM32 Cube MX to generate an empty project where MCO2 suppose to output to pin PC9 using PLL2 as a clock source. However, no output happens on PC9. If I manually change MCO2 clock source in RCC_CFGR regist...

RTEMS BSP OR MEMORY MAP FOR STM32H743

Posted on July 03, 2018 at 15:32Hi This is shrikant Patel here,I am working on stm32h743 nucleo board. I am searching for RTEMS Bsps for my project.but not able to find.  I created some by myself but facing some problems in memory map and in linker ...

Resolved! Invalid USART status register reset value in documentation

Posted on July 03, 2018 at 12:04Hello,I'd like to report a typo in the STM32F4 reference manual, RM0090, in 30.6.1 Status Register (USART_SR), where the default value is 0x00C0 0000. Actually the default value, is 0x0000 00C0, as can be inferred fro...

STM32F2 MCU as I2C master unable to communicate with I2C slave devices with 7 bit I2C address between 120-124

Posted on June 30, 2018 at 07:42Hi,I have implemented I2C master on STM32F207VG and performing I2C bus scan for slave detection.I am having a slave device whose I2C address can be modified.It is working fine with all addresses except addresses 120,1...

[BUG] NO definition for complementary outputs

Posted on July 03, 2018 at 16:18/** @defgroup TIM_Channel TIM Channel  * @{  */#define TIM_CHANNEL_1                      0x00000000U#define TIM_CHANNEL_2                      0x00000004U#define TIM_CHANNEL_3                      0x00000008U#define ...