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

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
  • 502 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
  • 1629 Views
  • 5 replies
  • 1 kudos

STM32L152 - Timer interrupt do not work

HI,I am using STM32L152 on IAR V8.11.2setup an interrupt IRQ but it does not seem compile since it do not exist in the map file.once NVIC_EnableIRQ execute, program will halt into BusFault_HandlerThanks!/* Includes ----------------------------------...

MLy by Associate II
  • 433 Views
  • 0 replies
  • 0 kudos

How to configure USART for 9bit SPI Master

I'm using CubeMX to configure my STM32F413. I need 9-bit SPI, so I'm using the USART2.CubeMX is initializing the USART like this:/* USART2 init function */   static void MX_USART2_Init(void)   {     husart2.Instance = USART2;   husart2.Init.BaudRa...

0690X000006BviwQAC.png