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

STM32F411RE UART not working with IAR debugger

I am currently learning to work with stm32f411re. I use PA9/10 as TX and RX with baud rate 9600 and 1 start 8 bit word and 1 stop without parity. I connected PA9/PA10 with FTDI to my PC and i am trying to send from serial terminal. Trying to do this ...

AVuji.1 by Associate
  • 473 Views
  • 3 replies
  • 0 kudos

I am using DWM1000 on a board with a microcontroller STM32L431CC. I am facing a strange issue when the battery becomes weak and can’t provide the power needed for DWM1000 initialization.

Hello,I am using DWM1000 on a board with a microcontroller STM32L431CC. I am facing a strange issue when the battery becomes weak and can’t provide the power needed for DWM1000 initialization.When the battery is too weak, the board resets because of ...

I am working on NUCLEO-F103RB (target STM32F103RB) with Keil uVision5. What I want to do is to trigger ADC1 injected group with TIM2 CC1 event every 10 microseconds, but it not work. Could anyone help me ?

I have written ADC1_2_ IRQ Handler ISR and TIM2_IRQHandler. TIM2_IRQHandler is executed but ADC1_2_IRQHandler it is not executed.I have also tried to trigger ADC1 injected group with JSWSTAR event and it works fine (ADC1_2_IRQHandler is executed).The...

Silvano by Associate II
  • 300 Views
  • 0 replies
  • 0 kudos

STM32L476 HAL_QSPI_Receive_DMA() hangs intermittently.

While doing heavy activity with a NAND flash, the code is generally working, but occasionally I get hung up waiting for an operation to finish. I trapped it on the logic analyzer several times, and it's never at the same time. In every instance the ...

0690X00000Bvi37QAB.png 0690X00000Bvi2TQAR.png 0690X00000Bvi3RQAR.png
MMitc by Associate II
  • 1012 Views
  • 8 replies
  • 0 kudos

I am trying to send 20486 bytes of data through UART at 2 Mbps. However, I am not able to send full data at this baud rate. Baudrate of 115200 works fine for sending this data however at 2000000 baudrate, it is sending only partial data?

Below is the code for sending data at 2 Mbps baudrate. #include "stm32f4xx.h" #include "stm32f4xx_hal.h" #include "stm32f446xx.h" #include "stm32f4xx_hal_cortex.h" #include "stm32f4xx_hal_tim.h" #include "main.h" #include <string.h> #include <stdint....

AIsla.1 by Associate II
  • 1227 Views
  • 10 replies
  • 0 kudos