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! DMA to read multiple ADC Channels

I am trying to read multiple ADCs using DMA on a Nucleo H743ZI2. I currently have code that works, but it only works when my data buffer has a size of 32. This is fine when I was using two channels, but any more than that, it offsets the data, and I ...

APBashara by Associate II
  • 1068 Views
  • 7 replies
  • 0 kudos

Resolved! STM32F103C8T6 SPI not working on custom board

Hi I am running WS2812 addressable LED on stm32 bluepill without any problem.I have used SPI to generate data for WS2812 led strip data pin is connected to PA7 (MOSI) pin on bluepill. till now everything is working perfectly fine. So I design a custo...

sandeep3 by Associate II
  • 3926 Views
  • 3 replies
  • 1 kudos

stm32co debugger/programmer

Hi,I am using a prototype with stm32c011f6p6 MCU to program that Can i use STM32F40 discovery kit.I used but I couldn't able debug.I need to is it possible or I need to buy a separate programmer.any issues with hardware i couldn't able to find out.ca...

SRAM.11 by Associate III
  • 299 Views
  • 1 replies
  • 2 kudos

RTC Clock on GPIO_Input PC13

I'm currantly working on STM32G4 series and I had a problem. I initiate PC13 pin as GPIO_INPUT to read state from button. But It is possible to config this pin(PC13) such as RTC_OUT1. I config my RTC clock on Activate Clock Source to write and read a...

ST_library.png
Mongolov by Associate II
  • 1053 Views
  • 8 replies
  • 0 kudos

PWM generation for RGB LED Strip using WS2812 protocol

So i am using STM32F401RE board where i have written the code to for a strip of RGB led working on the WS2812 protocol which is nothing but using 24 bit PWM waveform for 1 led in GRB format. Every time i enable the PWM channel using CCR1 register for...

DJ1 by Associate III
  • 1709 Views
  • 2 replies
  • 0 kudos

Resolved! Upgrade ST-Link on Nucleo-H563ZI not possible

Hello,I want to do some programming on the Nucleo-H563ZI development board and the CebeIDE tells me that I need to upgrade the firmware on the ST-LinkV3. When I try to upgrade it, I get an error message:Since then I'm not able to do anything. The boa...

BViet1_0-1690373857701.png
BViet.1 by Associate III
  • 834 Views
  • 5 replies
  • 2 kudos

STM32F303 Timer - Count Mismatch

HiIm using TIM6 on the STM32F303 MCU with clock 64 MHz and PSC 63999.If the ARR set to 65000 and in non- interrupt mode, the below code HAL_TIM_Base_Start(&htim6); HAL_Delay(500); HAL_TIM_Base_Stop(&htim6); results in CNT value of ~500 as expected.Ho...

PR.19 by Associate II
  • 365 Views
  • 3 replies
  • 0 kudos
Labels