STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use MX to avoid destroy of code

I downloaded Seeed-Studio LoRaWan-E5-Node, and all works fine till I use the MX component to set up microcontroller configuration (for example, set up LoraWAN or I2C). When I use the MX component and decide to generate code after changes to LoraWAN o...

markpow by Senior
  • 1500 Views
  • 5 replies
  • 1 kudos

Resolved! How to recover I2C in stm32 STM32H743 after an error or a locked state which can come due to a glitch or spike on the bus.

I am using the Nucleo-H743ZI2 board I wanted to know, how to recover I2C after an error or a locked state which can come due to a glitch or spike on the SDA or SCL line.There is no bit I could find to reset the i2c peripheral in the control register.

APand.8 by Associate
  • 6602 Views
  • 5 replies
  • 1 kudos

Resolved! USB CDC device stuck

Hi All,Here is the situation:Device: STM32G0B1CET6N - connected to PC with USB. USB CDC stack is running inside MCU.PC:Win10 Pro 64-bit, COM-port is recognized, Teraterm is running and both in and out data directions are working OK when the Teraterm ...

Rise by Associate II
  • 3795 Views
  • 6 replies
  • 3 kudos

Resolved! Does stm32H563 support 2wire USB

I'm using STM32H563, and just use USB_DM USB_DP for usb connect and without connect UCPD_CC1 UCPD_CC2, can it work for USB type-a connect and worked as host for msc storage. Thank you.

runbaby by Associate
  • 776 Views
  • 1 replies
  • 1 kudos

Resolved! STM32G030 microsecond delay

Hello guys. I am working with STM32G030 MCU for delay in millisecond HAL_Delay();is working fine.but I want to do a delay in microseconds so will you please guide how I can do this? I followed this tutorial but not getting desired result.https://cont...

sandeep3 by Associate II
  • 15912 Views
  • 3 replies
  • 4 kudos

STM32F411E-DISCO cannot send Can data via I2C interrupt

 Hello, I am trying to take imu and encoder data in Stm32 and transfer it from can network via mcp2515. When I try to transfer data in the encoder, it works without any problems when I apply CANSPI_Transmit in the callback function.However, CANSPI_Tr...

sheqom by Associate III
  • 2721 Views
  • 4 replies
  • 0 kudos

Resolved! how to get usb status

HELLOI am working with Xmodem  file transferring vai usb  I want to know how i get know about USB status like  Ready or not how we get in UART  while (!(HAL_UART_GetState(&huart4) == HAL_UART_STATE_READY) && wTimeout) {wTimeout--;}if (HAL_UART_GetSta...

PESHWA by Associate II
  • 1141 Views
  • 2 replies
  • 0 kudos