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

using Dual-Quad-SPI with OCTOSPI in STM32H5xx

Hi,I have been trying to connect PSRAM and NOR FLASH to STM32H563 nucleo board using Dual-Quad-SPI.I was able to successfully read/write to PSRAM and NOR Flash individually in single-Quad-SPI mode with base address 0x90000000. i'm not clear how the a...

shii by Associate II
  • 1050 Views
  • 20 replies
  • 4 kudos

Resolved! STM32F429 read from PIN to DMA

Hello everyone, I have a board.STM32F429I DISCO1, I want to read, say, two bytes of parallel data from port A{15:0}, into the DMA buffer, every time a rising edge of some signal comes to the microcontroller from the outside.How exactly can this be im...

gevmar by Associate III
  • 399 Views
  • 5 replies
  • 4 kudos

Resolved! CAN Reception Data Integrity

I am facing the problem of data integrity, the logic is something as shown below i am taking the CAN rx data from the interrupt and processing in while loop.   uint8_t g_candata_u8=0; int main(void) { Initilializations(); while() { if(CanMess...

STUser34 by Associate II
  • 290 Views
  • 5 replies
  • 2 kudos

STM32F103C8T6: Trace not working

Hi everyone,I cannot start SWO trace (nothing received in debug window) with STM32F103C8T6.  Here is my main.c file: /** ****************************************************************************** * @file : main.c * @author : Auto-generated by S...

Ksrind_0-1717674759532.png
Ksrind by Associate
  • 157 Views
  • 0 replies
  • 0 kudos

LSI frequency range for STM32F303CC

Posted on February 13, 2018 at 13:16The current data sheet for the STM32F303CC (DocID023353 Rev13) shows on page 80 the characteristics of the LSI oscillator.Its frequency starts from min. 30kHz to typical 40 and max. 50 kHz (all at 3.3V in the max....

Resolved! STM32H5 HASH peripheral chunk sizes

I'm trying to use the STM32H563 HASH peripheral to speed up sha256 calculations.The examples all use HAL_HASH_Start() to write the entire message at once.However, I'd like to feed chunks of data to the peripheral. The OEMiROT mbedtls sha256_alt drive...

PieterG by Associate III
  • 164 Views
  • 1 replies
  • 0 kudos
Labels