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

RS485 sometimes fails when using STOP2 mode

Hello,Using RS485 for modbus communication.It is observed that, if we disable STOP2 mode then RS485 communication works fine (no frame loss). but asa we keep STOP2 mode then at the time of wakeup I found some frame loss.#define RS485_TX_ENABLE() HA...

npatil15 by Associate III
  • 105 Views
  • 2 replies
  • 0 kudos

Resolved! Debugging for Nucleo-H7S3L8 USB implementation

I am verifying USB implementation using Nucleo-H7S3L8.When I executed CDC_Standalone in STM32CubeH7RS using the Debug button and ran the Appli code, the function “HAL_PWREx_EnableUSBVoltageDetector()” in ‘MX_USBPD_Init()’ did not return HAL_OK and an...

error.png

STM32U5G9 SPI TXP does not clear.

Previously had issues with TXP flag never clearing for interrupt-driven SPI.  Changed some HAL code and got it to work.Moving on the DMA, the first 8 bytes received match the transmit buffer and the 9th byte matches a byte farther into the transmit b...

Digital Input Wrong value

I have done a PCB Design with microcontroller STM32L071CZT6 as the mcu. PB15 which is a 5V tolerant pin is connected to a source of 4.9 V with a resistor 270 kOhm in between. I measured the voltage at the PB15 pin to be 4.9 V but, when I set it as Di...

ASiva.1 by Associate III
  • 100 Views
  • 2 replies
  • 0 kudos

Resolved! TIM2 and TIM3 Behaivoural Differences

Hello, I am trying to write some non-blocking motor driver code for a STM32F401Re board. Currently, I am setting the timers to PWM mode and adjusting the ARR to change the PWM frequency using an IRQ handler. This approach is working for TIM3 output, ...

teberle by Associate II
  • 203 Views
  • 3 replies
  • 3 kudos