STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MQTT Client over LWIP using LAN8742A

Posted on May 30, 2018 at 07:19Hello everyone, i am using stm32F429ZI nucleo board and i want to implement mqtt over LWIP,i am able to send connect request and publish dummy data on mqtt server but after the keep alive time socket error occurs, i ha...

0690X0000060L0dQAE.png

LSE crystal doesn't work on low temperatures

Posted on June 26, 2018 at 10:03Hi everyone,I'm working on an STM32F1 platform. I have a problem with the LSE crystal. I'm using this one ABS07-120-32.768kHz-T by Abracon. The problem is with temperatures below 5�C. I made some calculations accordin...

Nucleo-144 ADC

Posted on July 02, 2018 at 22:12Hi,I am working on Nucleo-144 ADC, trying connect ADC pin to read. From RM0351 Reference manual, there are 3 ADC while the Nucleo-144 user manual has pin like ADC12_IN8, ADC123_IN1.What's those means - ADC12, ADC123? ...

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