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

SPI_CLK(STM32L4)

Posted on July 20, 2017 at 12:42Hi sir I'm working on STM32L476RG .While im using SPI peripheral in that im facing issue i.e in the clock gereration.when clock generating according to resolution setting(ex-16 bit) after  that 16 clock pulses its hav...

How should I use Makefile in stm32cubeMX?

Posted on June 04, 2017 at 10:46I generated a https://community.st.com/tags♯/?tags=makefile project with STM32cubeMX(4.21.0).But Makefile can't work well.It looks like this:F:\stm32\project\cubemx\freeRTOS>makeThe system cannot find the specified pa...

Bin Wu by Associate
  • 418 Views
  • 1 replies
  • 0 kudos

STM32L053R: DMA incremental address mode

Posted on July 31, 2017 at 15:48Hi,I am trying to configure TIM2 timer to trigger DMA every 400 uS and gather data from SPI buffer to local data buffer.Buffer: uint16_t local_buffer[40];Now every time timer interrupt occurs, i want DMA to store data...

hardik by Associate II
  • 612 Views
  • 2 replies
  • 0 kudos

Timer output looped to counter input

Posted on August 02, 2017 at 20:01I am using an STM32F746 for PWM generation and counting. When I loop the PWM output back to a counter, the amplitude of the PWM drops from 3.3v to about 2.0v. If I set the counter pin to input mode, the 3.3 v level ...

I2C can n't read the Temperature

Posted on August 02, 2017 at 13:24 stm32f302 Controller interfacing to Temperature sensor Mlx9061. The temperature sensor does not read the data.Here is my Code , can you help me guys?I2C Address for Mlx90614 0x054   Memory Address is 0x07unsigned c...

STM32L476 No GPIO->AFRL OR ->AFRH

Posted on August 02, 2017 at 01:35Reference manual RM0351 STM32L4xx, section 8.4.9 and 8.4.10 GPIO registers AFRL and AFRH are not defined in the stm32l4xx.h file, except as   __IO uint32_t AFR[2];      /*!< GPIO alternate function registers,     Ad...