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! STM32U031 contains wrong value under VREFINT_CAL_ADDR

My STM32U031R8T6U (CPU: UID=0x20353953_39365013_0030007C Lot#=59S96P Wafer#=19 X=48 Y=124 FLASH=64KB) has 0xFFFF under VREFINT_CAL_ADDR - the Vrefint calibration data are absent.C code:printf("\r\n *VREFINT_CAL_ADDR=%u", *VREFINT_CAL_ADDR);Output:*VR...

mmk by Associate
  • 272 Views
  • 1 replies
  • 1 kudos

Resolved! STM32G431 Comparator output to Timer

Hello.STM32G431CBT6Is it possible to route the output from the comparator to the input of the Timer input? The reference manual says that this is possible, but there is no description. And in the comparator register there are no options for choosing ...

Resolved! Writing data from RAM to Flash with DMA

Hello,  i'm wondering if it is possible to copy data from RAM to flash using DMA after unlocking the FLASH memory   static const uint32_t src[4] ={80,20,30}; static uint32_t dst = 0x080E0000; __HAL_RCC_DMA1_CLK_ENABLE(); dma_handler.Instance = DMA1...

Can't get Input Capture mode to work

I want to use input capture mode in my stm32l432kc nucleo-32 board to measure the length of a signal from a sensor of mine. I have set it up the following way:int main(void) { // ... MX_USART2_UART_Init(); MX_TIM16_Init(); HAL_TIM_IC_Start_IT...

DavidL_ by Associate III
  • 288 Views
  • 4 replies
  • 0 kudos

STM32F1 I2C DMA has no stop bit

Hi. First time using this forum.I'm using an STM32F103C8 (genuine, not bluepill clone).I've easily used DMA to take sensor data and store it in a buffer, this has worked without issue (see below): void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if ...

triqstar_2-1729419784722.png triqstar_3-1729419868264.png triqstar_4-1729419879486.png
triqstar by Associate
  • 173 Views
  • 0 replies
  • 0 kudos

Resolved! UM3292 wrong pin number for D14 on Arduino connector

Hi. I discovered an issue on UM3292 while trying to get PCF8574 I2C LCD module to work with my STM32U083C-DK. On page 22, it is stated that D14 is connected to PB9. However, it is actually connected to PB7. I have the MB1933C version. When I replaced...

aefeakyazi_0-1729417111347.png

Resolved! PWM no signal

I've wrote a code without using Hal to produce a signal on the scope but i'm not getting any signal on my pin.This is on a NUCLEO F401RE. Using TIMER3_CHANNEL1 and GPIOB for my Alternate function. #include <stdint.h>#include "stm32f4xx.h"#include "st...

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