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

USB PD DRP does not work

Dear All,I'm trying to integrate USB PD DRP into my code.The DRP does not seems to work. I traced the port interrupts down to the PORTx_IRQHandler and here are the results (USB_PD_Int = Status Register, the time is in ms from the start of the FW):Tim...

Rise by Associate II
  • 849 Views
  • 3 replies
  • 0 kudos

Resolved! Need IDE and Debugger suggestions for STM32L412RB

Hi we're using STM32L412RB controller for our development wanted to know what are preferable IDE that can be used for the software development for the purchased controller.(They've suggested us for Eclipse wanted to make sure is it okay to use eclips...

Resolved! Autosar with stm3210e-eval

I have stm3210e-eval board and I would like to know if it supports Autosar and can explore available resources or libraries that can facilitate the integration of Autosar standards into my project

Resolved! STM32H7

STM32H7A3ZIT6QI have a firmware that receives data via UART and responds accordingly at an external side, using a Timer interrupt. When the JTAG is connected, the program works as expected, with all commands being responded to. However, when the JTAG...

khkim by Associate II
  • 709 Views
  • 3 replies
  • 0 kudos

Boot To App Jump Not Working

I am trying to implement a bootloader using STM32 F103 processor.  I have not used an Arm processor before, but I have read the various articles and posts, and I think I’m doing the jump-to-app as described.  But as soon as I execute the jump, the ne...

RHJ by Associate II
  • 1663 Views
  • 10 replies
  • 0 kudos

I2C transmission problems

I am trying to communicate with a PIC microcontroller using the I2C interface using a STM32F103. I have a recurring problem: everything is fine until I run this function:static HAL_StatusTypeDef I2C_WaitOnMasterAddressFlagUntilTimeout(I2C_HandleTypeD...

The issues of developing VL6180 with Arduino IDE

IDE: Arduino IDE2.2.1Evaluation board: Nucleo-F303RE, VL6180x-statel I found the library from the github GitHub - stm32duino/VL6180X: Arduino library to support the VL6180X Time-of-Flight and gesture-detection sensor, and installed it successfully.I ...

Hongxuan by Associate
  • 490 Views
  • 1 replies
  • 0 kudos

Resolved! Baud rate calculation for LPUART1 vs. USART1?

Hello,I was trying to use USART1 in a project with STM32H742VIT6 but decided to use LPUART1 instead.  I found that using the same BRR computation the baud rate is coming out MUCH slower (it's around a factor of 51 slower).  LPUART1SEL is in the reset...

briankaz by Associate III
  • 883 Views
  • 3 replies
  • 0 kudos