STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST-LINK Issue - Target unknown error 5010512

Hi,I am seeing the issue since yesterday for unable connect to target. Here is the message from TrueSTUDIO. Unable to connect using STM32 ST-LINK Utility as well.I am guessing the ST-LINK device burned. We are using tag-connect TC2050 adapter and con...

STM32F103 I2C busy flag

Hi,i am trying to use I2C1 as a slave with interruptBut after initializing the I2Ci am calling the following to set it to slave and receiver over interrupt   if(HAL_I2C_Slave_Receive_IT(&I2cHandle, (uint8_t*)&bTransferRequest, 1)!= HAL_OK){   Error_H...

ADIt by Associate II
  • 343 Views
  • 0 replies
  • 0 kudos

Resolved! any method to modify uart idle detection time

Hi guys, I use uart idle interrupt to handle BLE passthrough, but because ble module don't buffer data received from ble,if the baudrate is 115200bps, there will be some gaps within one packet(it should be uart transfer rate is higher than ble ra...

xleij by Associate II
  • 971 Views
  • 5 replies
  • 1 kudos