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

how to flash/ update STM32 firmware

Hi there,I would like to ask for some help or advice to fix the below:I want to flash/ update the firmware (.dfu file) of my LILYGO TTGO T-Motion/softRF Dongle which runs on STM32 S76G Lora Chip by using DfuSe DemoUnfortunately the device is recogniz...

ADros.1 by Associate II
  • 4835 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H7 Delay Block Configuration (LNGF does not get set)

Hi, I was trying to configure the Delay Block on the STM32H723xx for the Octo-SPI (in my case OCTOSPI2). The datasheet documentation on that part is quite simple with 6 steps, but I get stuck at the Line Length Valid Flag. After the first round (unit...

JRS by Associate III
  • 2186 Views
  • 10 replies
  • 1 kudos

DMA interrupts don't work

Microcontroller STM32F401. The DMA controller transfers data from memory to the DR register of the SPI interface. With the HTIE and TCIE bits set, DMA is not included in the interrupt handler. At the end of the data array transfer, the program freeze...

Vlad2022 by Associate II
  • 2068 Views
  • 18 replies
  • 0 kudos

Resolved! Why does a condition always evaluate to be true?

Hello everyone,I have an issue regarding an always true condition produced by the following code.Since I have never run into this kind of issue with C I guess it must have something to do with the STM environment.The condition within the if-statement...

JHarm.1 by Associate
  • 532 Views
  • 2 replies
  • 0 kudos

hello, I am using stm while controlling a device and after working conditions for a while, I saw that the software made itself like this. I have not encountered it on other devices. When I put the software on the processor again,it gets fixed,what reason?

That is part of broken softwareD8 0A 00 20 CD 02 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...

0693W00000Lz1QVQAZ.png

Receive command UART polling mode using LL library

Hi everyone!I've been trying to implement UART reception using LL library in polling mode. The code below is what handles the reception: uint8_t LL_USART_Receive_Byte(USART_TypeDef *USARTx) { // Wait for Read Data Register is not empty while (!LL_U...

MCUnoob by Associate II
  • 2027 Views
  • 7 replies
  • 2 kudos

Need more understanding about the Timer enabling fn I am changing CNT register of the Timer in order to get a changed time period on the go (for down counting mode), but doing so correctly is getting delayed by one period.

So I am using STM32H725 on which I have Timer 2 (general purpose timer) which is in down counting, one pulse mode with an interrupt which is triggered at underflow. Once the interrupt is fired, the TIMx_CNT register value is changed and then __HAL_TI...

0693W00000LyvUMQAZ.png
Akshat1 by Associate II
  • 637 Views
  • 5 replies
  • 0 kudos
Labels