STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F405RGT6: reset command doesn't work after flash operation

求助篇!使用主控芯片STM32F405RGT6 在操作flash后 复位指令不起作用 这是什么问题呢?////////////////////以下是代码段/////////////////////////////*注释以下语句就可以自动复位成功*/Translation:I'm using STM32F405RGT6 microcontroller, the reset command doesn't work after flash operation. What could be the p...

Wu_wu by Associate
  • 179 Views
  • 3 replies
  • 0 kudos

Resolved! CTS signal on USB CDC

To follow up this thread, CTS signal on USB CDC - STMicroelectronics Community I'm experiencing a similar issue. USBser.sys  have some problem 1. Only DTR Break can control alone you can set  DTR is 1  or 0,  but  RTS have change,RTS only change with...

wjandsq by Associate III
  • 720 Views
  • 14 replies
  • 6 kudos

I2C migration STM32F2 to ST32F7

Dear Sirs, we had a project with the F2 using HAL_I2C_Master_Sequential_Transmit_IT() with Option I2C_FIRST_FRAME and a second HAL_I2C_Master_Sequential_Transmit_IT() with Option I2C_LAST_FRAME.All worked perfect.Using this Software with a F7 did not...

andywild2 by Associate III
  • 189 Views
  • 2 replies
  • 0 kudos

Resolved! FLASH_OB_DisableWRP bug

There is a bug in the above mentioned function in stm32f1xx_hal_flash_ex.c file. The function has a uint32_t type parameter WriteProtectPage which determines the flash page chunks to disable the write protection of. On my F103 MCU it means every bit ...

Baksi675 by Associate
  • 183 Views
  • 2 replies
  • 0 kudos