STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F413H Discovery touchsreen driver (FMPI2C) Issue

Hello,I am using the stm32f413h-discover board (MB1274 RevD) which uses touchsreen controller FT6236. I wan to use touch functionality for stemwin, so i've inluded drivers for toucscreen controller chip in my project (official BSP driver) I am havin...

IIvan.0 by Associate II
  • 781 Views
  • 4 replies
  • 0 kudos

I2C Issue

Hello,I am using the STM32L152VET6 MCU. Once in a while the I2C peripheral crush. After resetting the MCU, the I2C works fine.Any explanation? Does it a known issue? Thanks,Tomer

TKlei.1 by Associate
  • 370 Views
  • 2 replies
  • 0 kudos

Error programming bank 1

Posted on July 04, 2018 at 13:03Hi,Using STM32L476QEI get HAL_ERROR running the following code only when writing or erasing (page) at address 0x0803F800, doing the same with address 0x08040000 works fine.both addresses are erased before the code exe...

STM32F767 and SPI communication without DMA

Posted on May 30, 2018 at 08:34 Hello friends, I try SPI communication, and I have a problem. I only send data.... But how to receive it? Connection is: 1. one master - one slave 2. Full duplex Initialize: LL_SPI_InitTypeDef SPI_InitStr...

CANBus RX interrupts of HAL

This is my RX callback,it only can run one time, anything I set wrong?I use it in LOOPBACK mode.void HAL_CAN_RxCpltCallback(CAN_HandleTypeDef* hcan) { Response=(uint8_t *)&hcan->pRxMsg->Data; HAL_UART_Transmit(&huart4,Response, 8, 5); HAL_CAN_Receive...

wu ryan by Associate II
  • 673 Views
  • 4 replies
  • 0 kudos

Problem to Make multi STm32F103RCT6 in a CAN NetWork

Hi all!I am new in CAN bus with STM32. I have a project using multi stm32f103 in a CAN network. I want to set up a STM32f103 as a Master CAN device, and others stm32f103 are as a slaver in CAN bus.I set up a stm32f103 as master, it worked well. bec...

0690X000006BsNpQAK.png
tluu by Associate II
  • 1347 Views
  • 5 replies
  • 0 kudos