STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FDCAN on STM32H743ZI2 Protocol Arbitration Error

Hi Everybody,I have an STM32H743ZI2 communicating with an STM32F429ZI through CAN bus (SN65HVD230 used as transceivers). I set up both boards to use same clock for CAN peripheral and same time segments and prescalers, peripherals are operating in nor...

FTaga.1 by Associate
  • 1233 Views
  • 0 replies
  • 0 kudos

Performances reduced when migrating from L476 to L562 ?

Hello, I have a small application running on a nucleo-L476RG board. This application is testing a G729 codec (to encode audio samples). It allows me to measure the time required to encode and to decode a 10ms audio record. For testing purpose, the "a...

advFR by Associate
  • 534 Views
  • 2 replies
  • 0 kudos

Why does I2C get stuck with HAL_BUSY state?

Hi, I am trying to read MPU6050 FIFO data with STM32F103C8T6 after I get an interrupt from MPU6050. All works well at start, but after some time I2C gets stuck with HAL_BUSY state and never recovers from it. Here is my code:void HAL_GPIO_EXTI_Callbac...

JBond.1 by Senior
  • 1208 Views
  • 4 replies
  • 0 kudos

STM32L4 UART Rx not working

I was trying to configure USART on an STM32L476 Discovery board. I know that register level coding is not great but it really works well for what I need to use the board for. I was able to send messages out using the transmit but I'm not able to get ...

RS.2 by Associate
  • 978 Views
  • 1 replies
  • 0 kudos

Device address in stm32L4

Im using STM32L4 how i2c master with 5 i2c slaves In stm32l1 when using callback i can detect device using :  if (hi2c->Devaddress == I2C_ADDRESS1) // slave 1  {}In STm32L4 don't exist hi2c->Devaddress ..Yu can help me .BR.Francesco

bfran.1 by Associate II
  • 1480 Views
  • 7 replies
  • 0 kudos