STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Marrkinho by Associate II
  • 1426 Views
  • 8 replies
  • 6 kudos

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

STM32F103C8T6 PWM based on external clock

Hey guys, I need your help:I want to use the STM32F103C8T6 board.The microcontroller will receive an external 8 MHz clock (from a source other than the system clock).I want the microcontroller to count to 8, and for 2 of those counts, one of the outp...

htrvvrth by Associate
  • 722 Views
  • 3 replies
  • 2 kudos

Some questions about the STM32H7S78-DK XIP Template

Sorry for my 3rd XIP post on this board, but the more I learn about this process, the more questions I have. Going through the XIP template code, I think I have a decent understanding of what it does. 1. Set up the XSPI Peripherals, one NOR Flash and...

halfordC by Associate II
  • 476 Views
  • 2 replies
  • 0 kudos