STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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 ...

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
  • 289 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 ...

[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 ...

Labels