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

Compilation error with MODSEIAL & STM32F401RE

Hello everyone,Since can I switched to STM32F401RE. Since impossible to compile with MODSERIAL.I’m compiling on MBED StudioMED OS 5.15.7Here is the errorMODSERIAL_NUCLEO_F401RE.cpp:5:17: error: 'struct serial_t' has no member named 'index' switch( _...

AD_716 by Associate III
  • 231 Views
  • 0 replies
  • 0 kudos

I2C HAL_I2C_Mem_Read ( ) failed

Hi,I am working on I2C read EEPROM. The HAL function failed due to the I2C_FLAG_BUSY is always SET.Is there anything I am missing in init code?Thx  if (I2C_WaitOnFlagUntilTimeout(hi2c, I2C_FLAG_BUSY, SET, I2C_TIMEOUT_BUSY, tickstart) != HAL_OK)  {   ...

STM32G030 UART_DMA

I'm trying to 500ms once transmit 5 byte of data. but 2 byte of data only transmit . below i given my code . i don't know where i made mistake if any one know help me.UART_HandleTypeDef huart2; DMA_HandleTypeDef hdma_usart2_tx; DMA_HandleTypeDef hdma...

STM32F429ZIT6 Encoder Mode not counting

I have a custom PCB with a STM32F429ZIT6 on, I am using CubeMX and STM32CubeIDE.The board generates encoders signals with TIM1 & TIM3 in Output Compare mode.I can scope and see the correct encoder signals being generated by both timers.Then, I also w...

_legacyfs_online_stmicro_images_0693W00000blEsJQAU.png _legacyfs_online_stmicro_images_0693W00000blF1GQAU.png _legacyfs_online_stmicro_images_0693W00000blF1LQAU.png
DPatr.2 by Associate III
  • 783 Views
  • 5 replies
  • 0 kudos

NVIC and Piority Grouping in STM32 after reset

Hi.I have in my hand Nucleo with STM32F103 (old uC but to understand grouping newer is not needed).In Programming Manual PM0056 on page 134 and 135 I can see a SC_AIRCR register which on PRIGROUP field at reset are all zeros, but on next page in tabl...

sholojda by Associate III
  • 753 Views
  • 5 replies
  • 0 kudos

Resolved! WUF flag when exiting Standby

Hello.STM32G070CI'm having some issues with the WUF flag when exiting Standby. Exit mode is set to WKUP1 (PA0).I poll the register after exiting standby and in the PWR->SR1 register, the SBF flag is set, but the WUF1 flag is cleared.I also noticed an...

Akoli.2 by Associate III
  • 741 Views
  • 3 replies
  • 0 kudos

STM32U575ZIT6Q to STM32U575RGT6 migration problem

Tip me please why after migration from STM32U575ZIT6Q (evaluation board STM32U5 Nucleo-144) to STM32U575RGT6 (user board) with the same configuration and project code I have problems:FD-CAN works up to 2Mbit/s instead 2.5MFlash programming a fault (t...

MKash.1 by Associate II
  • 375 Views
  • 1 replies
  • 0 kudos
Labels