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

If - else not working

Posted on May 03, 2018 at 13:55HiWhen I press the button Vo is not = vin, no respond to the button at all.Any suggestions ?#include <LiquidCrystal.h>LiquidCrystal lcd(PA0, PA1, PA2, PA3, PA4, PA5);int analogInput = PB0;const int ResetPin = PA7;float...

STM32F746NG USB Host (HS) embedded PHY and VBUS.

Posted on May 02, 2018 at 18:00Hi,I'm looking at trying to implement a USB host (MSC) driver using the high speed core on the STM32F746NG MCU, we do not have an external PHY so are using the embedded PHY.  How does one achieve the 5v required for VB...

STM32F429-Generating variable PWM using DMA

Posted on June 07, 2017 at 12:59 Hi, Variable PWM is not working. So i looked at theexample code provided in 'STM32Cube_FW_F4_V1.0\Projects\STM324x9I_EVAL\Examples\TIM\TIM_DMA' Based on example, modified code generated using cubeMx. Pl...

Hobbyist by Associate II
  • 735 Views
  • 5 replies
  • 0 kudos

Stm32 read serial data out from AD ic

Posted on May 03, 2018 at 08:31Hello all,My stm32 has some tasks :  data change as slave in RS485 network; output an analog signal; read an analog input via serial data out from AD ic.My AD ic return data SDO as below:SCLK is 32.767kHz. The clock so...

0690X0000060AxwQAE.png

CAN on NUCLEO F767ZI

Posted on January 26, 2017 at 16:32Hi guys,I have been struggling with CAN bus on the F767ZI for the past week with no luck! even the loopback example provided with the STM32Cube_FW_F7_V1.5.0 is not working!!I've tried everything I can think of with...