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! TIM2 not working on STM32F407VGT6

I am working on a project where the end goal is that TIM8 is used to capture an incoming PWM signal on PC6.  I want TIM2 to trigger from TIM8 and generate a single pulse on PB11. I have TIM8 working, capturing both rising and falling edges properly. ...

STM32H5 I3C dynamic address assignment

hi:I have two NUCLEO-H563ZI EVB boards  and tried to implement I3C controller and target feature.When ENTDAA was issued, I obtained the target 48-bit provisioned ID "0x020813810100" from waveform, I saw the description from I3C register  I3C_EPIDR ,i...

Garry by Associate II
  • 2054 Views
  • 10 replies
  • 5 kudos

Resolved! SPI Sending and Receiving Extra Bytes

I doing bare metal coding for STM32L496ZGT6. Now in SPI, extra bytes are sent. There are only 4 Registers in SPI but unable to resolve the issue. Below is my codeNOTE:I am using Aardwark Total Phase Control Center software for debugging. I am attachi...

Screenshot 2024-11-20 185645.png Screenshot 2024-11-20 185856.png
vbk22398 by Associate III
  • 96 Views
  • 3 replies
  • 2 kudos

H7 QSPI XIP single mode demo fails

Hello,I succeed to run all demo programs of the H7 performance suite (STM32CubeExpansion_Performance_H7_V1.0.0) except the QSPI single mode demo (8 - D1_QuadSPI_Single - D1_DTCM) on STM32H753I_EVAL2. But I can run the dual mode demo (9 - D1_QuadSPI_D...

function_call.png wrong_code.png signal_handler.png
regjoe by Associate II
  • 67 Views
  • 1 replies
  • 0 kudos

LPTIM Multiple odd behaviours

I am writing an LPTIM driver without HAL or LL drivers on the B-L072Z-LRWAN1 board. I have been getting a number of odd behaviours here that I am hoping someone here can shed some light on.1) cannot enable continuous start          -bit 2 of the CR r...

STM32 REMOTE DEBUG

Hello,I have designed several custom boards based on STM32 MCUs, And are running fine problem is i have installed these across the country over 50 locations and now it very costly to go to each location for for required software updates or to debug i...

psain.1 by Associate III
  • 221 Views
  • 9 replies
  • 0 kudos

STM32F401 Interpreting DMA data over serial

Hi all,I am pretty new to ST so bear with me.The controller is reading in voltage values into the ADC and sending to PC over serial withCDC_Transmit_FS((uint8_t*), buffer, buffer_length)I'm getting the data stream, but the values as read in python fo...

STM32U5 - does OctoSPI support inter-byte spacing?

Hi there,I'm working on a project with the STM32U5. This MCU comes with both a SPI and a OCTOSPI peripheral.The SPI peripheral supports a setting called MasterInterDataIdleness - in the reference manual it's shown as "master Inter-Data Idleness", whi...

Parallel TFT Display not working

Hello Guys, Currently I am using Parallel RGB888 TFT display with resolution 800X480 in which I am using STM32F429ZIT6 controller using LTDC with DMA2 and I am printing whole RED color on display but display showing lines. My question is as I am not ...