STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-F070RB bootloader not responding

i know that this question has been asked already, but it was never answered. i am developing on a NUCLEO-F070RB development board, but cant seem to get the bootloader started. Not from software (by jumping to 0x1FFFC800 (as described in AN2606), or v...

TPryn by Associate II
  • 812 Views
  • 2 replies
  • 1 kudos

I2C stuck after some time

I'm working with STM32L0 and use the I2C to read some registers of a bms by TEXAS.I perform some I2C reading once every seconds using HAL_I2C_Master_Transmitand HAL_I2C_Master_Receive and everything work well maybe for hours. Then unexpectedly somet...

Mvill.17 by Associate III
  • 5284 Views
  • 4 replies
  • 0 kudos

USB virtual COM port issue

I have an issue with the ST USB Virtual com port, on an STM32L152RC.When I plug the device into my PC, the COM port appears as it should, and the Windows Device Manager indicates it is working properly.I have a C# program on the PC which selects and ...