STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! question about STM32L562 smartcard mode?

Hi,When I configured the USART to "smartcard with card clock" mode, it can receive the response with 2bit guard time from smart card, but can't receive the response with 1bit guard time.Please advise why it can't receive the response with 1 bit guard...

zqizh.1 by Associate II
  • 417 Views
  • 1 replies
  • 0 kudos

Resolved! How to do selective read from I2C EEPROM where write cycle followed by read cycle is required with no STOP condition in between?

I'm confused about how to set AUTOEND and other I2C parameters to execute the selective read illustrated in the attached timing diagram. I need to write the address to read from in write mode, then output another START condition right away, then I c...

briankaz by Associate III
  • 722 Views
  • 1 replies
  • 0 kudos

ECC implementation for SDRAM in STM32H7

Hi team,We are working on project where external SDRAM is interfaced with STM32H7 microcontroller through FMC and its working fine.Now I need to implement ECC for the SDRAM, Can anyone help me out and the process flow to do that and any inbuilt regis...

SMula by Associate II
  • 1992 Views
  • 7 replies
  • 0 kudos

Resolved! STM32L4 UART DMA TX Callback not called

Posted on June 15, 2017 at 13:00 Dear community, I used CubeMX to setup a project for UART DMA transfers RX and TX. Apart from my protocol logic, I added two callbacks: void HAL_UART_RxCpltCallback(UART_HandleTypeDef *UartHandle) { rx_cplt...

stm32f103 modbus rtu-485 with Delta hmi

Posted on April 02, 2018 at 15:31Hello, My name is Mahmoud form Turkey,I'm trying to connect Delta Hmi with modbus protocol using RS485 connection method. I use STM32F103C8 microcontroller. I'm trying to apply to finish my internship project, I know...