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

STM32F4 I2C communication

Hi, I am trying to establish I2C communication b/w I2C1 and I2C2 on Stm32f4-discovery. I used CubeMx to generate code for standard mode with the following addresses.I2C1 = 0x5I2C2 = 0x7In the while (1) i added the following code.resp = HAL_I2C_Master...

LSE Clock Output Missing Pulses on NUCLEO-F767ZI

I used STM32CubeMX to build a very simple test case to output both the High Speed Clock (HSE) and Low Speed Clock (LSE) on output pins. I selected "Master Clock Output 1" and Master Clock Output 2" when I configured the input clocks. The HSE clock ...

MPatt.11 by Associate II
  • 1105 Views
  • 6 replies
  • 0 kudos

No MOSI PULSE if use SPI re-mapped

Posted on February 28, 2013 at 04:03A am using STM32F103T4, a low density device, and want to use the re-mapped SPI1. Below is my implementation:  /* GPIO and AFIO clock enable */  RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO| RCC_APB2Periph_GPIOB, EN...

ronrafer by Associate
  • 357 Views
  • 2 replies
  • 0 kudos