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

stm32h7 fastest gpio read using DMA

I would like read the gpio lines at fastest speed. As example it is possible to read first 4 ports by reading:uint16_t ports0123=GPIOC->IDR&0x000F; (it is very fast, takes 28 tics)It is possible to read ports GPIO_PIN_0-15 by connecting GPIOC->IDR to...

JLope.11 by Associate III
  • 222 Views
  • 2 replies
  • 1 kudos

Resolved! How to use SPI in other .c

Hi everybody, Actually I start a new project with a ST7567 driver for LCD 128x64. I have create my project with CubeIDE . CubeIDE generate my code in the main.c  like this :    /* Private variables ----------------------------------------------------...

JJoao.1 by Associate II
  • 917 Views
  • 10 replies
  • 3 kudos

Resolved! Debug problem with clone st-linkv2

Hi everyone!I use stm32f103c8t6 and clone st-linkv2 when i try to debug my codes with stmcubeide i had a lot of errors. Like connection error or debug path etc. I cant solve it. When i use MDK-ARM code is working but i cant get any data. Please help!

AnilKose by Associate II
  • 1452 Views
  • 13 replies
  • 19 kudos

Resolved! STM32C011 nRST Problem

Hi,I started working on STM32C011J4.Systick, PWM, ADC, GPIO works just fine. Set pin4 to NRST_MODE 2 via STM32CubeProgrammer (v2.15.0) as GPIO. MCU gets stuck at reset if pin4 is low at power on reset. After applying 1.4V or higher to it momentarily ...

TKana.1 by Associate II
  • 1042 Views
  • 8 replies
  • 3 kudos

Using an STM32U585QII3 for camera surveying

Hi, I'm working on a project for wildlife surveying, the project details are that we need to have a camera surveying an area where it will capture an image every 10s, then store data on an SD card. The system will be running for 2 weeks, and idle whe...

Resolved! Reset or glitch during Option Byte programming

We have a design based on the STM32G0B1CET6 MCU.Recently we noticed some failing parts after power on/off testing. Symptoms: software is no longer running and the SWD port is not responding. We sent the broken parts to ST for analysis. The report (C2...

EelcoB by Associate
  • 303 Views
  • 2 replies
  • 2 kudos
Labels