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! How to Trigger DMA from a TIM with HAL

Hi,I am trying to have a DMA move one unit of data every time the timer finishes it's counting period. The DMA would be circular so it would continually do this. I am going to be moving from a buffer to the CCR register of a pwm output. I saw a HA...

FKopp.1 by Associate II
  • 3709 Views
  • 2 replies
  • 0 kudos

Resolved! Which LSE Crystal to use on Discovery Board

I have an STM32L100C-DISCO board (MB110B Rev. B) and I want to install the LSE crystal, which is not populated by default. I consulted the schematic in the UM1656 "user manual for the 32L100CDISCOVERY discovery kit". Crystal X3 has a part number of...

LHuxl.1 by Associate II
  • 1079 Views
  • 8 replies
  • 1 kudos

STM32H7 CPU runs too slowly occasionally

test code as below:#include <rtthread.h> #include <rthw.h>   #define CPU_USAGE_CALC_TICK 100 #define CPU_USAGE_LOOP 100   static rt_uint8_t cpu_usage_major = 0, cpu_usage_minor= 0; static rt_uint32_t total_count = 0; static rt_uint32_t _c...

0693W00000Y9b8LQAR.png 0693W00000Y9b9TQAR.png
zhuij.1 by Associate II
  • 689 Views
  • 4 replies
  • 0 kudos

Possible DMA reading problem from ADCx_CDR

Dear All,I am trying to develop a code for STM32H742VGT revision V. ADC1 and ADC2 work in regular simultaneous mode and they are set to convert 6 channels. All the settings are exactly same to have same sampling and conversion time. Of course, ADC1 a...

0693W00000Y9gWIQAZ.png
TA1 by Associate III
  • 420 Views
  • 0 replies
  • 0 kudos

Resolved! SPI interface issues on STM32U575VGT

I´m using the SPI1 via the alternative pins PB3-PB5 and I'm experiencing various issues. I have previously used the STM32F722 with somehow same CubeIDE setup and code and that works perfectly.I have made a simple test application that only sends one ...

MJens.2 by Associate II
  • 710 Views
  • 5 replies
  • 0 kudos

STMod+ on H757I-EVAL Board

Hey Folks.So, I have the H757I-Eval Board that I got as a gift, and given that I'd like to try some stuff and even follow some tutorials, I miss the exposition of the PINs. Reading TN1238 which talks about a fan-out expansion board, it says "The prin...

0693W00000Y9g1jQAB.jpg
nnoK by Associate
  • 281 Views
  • 1 replies
  • 0 kudos

DMA SPI transfer recovery time

I am making this call:  if(HAL_SPI_Receive_DMA(&hspi3, &aRecvBuffer[0],3)!= HAL_OK)inside an external GPIO interrupt handler that gets called every 20 us. It is used to read data from an external ADC. I noticed that this dma transfer works well only ...

fma23 by Associate II
  • 381 Views
  • 2 replies
  • 0 kudos

Resolved! STM32U585 OSPI hard fault on memory-mapped write

I'm trying to follow the OSPI_NOR_MemoryMapped STM32CubeIDE example, but for a different device (W25Q128FV). Write Enable, Read Status, and Erase Sector commands behave as expected, as well as memory-mapped reads. This has been confirmed by monitorin...

BHamm by Associate II
  • 1653 Views
  • 9 replies
  • 0 kudos
Labels