STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TCP Client Problem

HiI'm using netconn api library to make tcp server and client on stm32f746Tcp server works properly but client can not connect to server and it returns error code -4 (err1) which means routing problemI don't understand the reasonhere is my codestruct...

afra by Associate
  • 573 Views
  • 0 replies
  • 0 kudos

CAN and USB (vcomport) together (CAN USB bridge)

Hello ,I need to design CAN and USB bridge .which micro controller should i be using?.and i have tried STM32l4r5zi, STM32F407vet6, STM32f373 but none of this got worked, every time i have to deinit the CAN and run USB. is there any micro controller...

SKira.1 by Associate II
  • 740 Views
  • 1 replies
  • 0 kudos

STM32L1 HAL has compatibility problems on I2C API.

Hi.I have found the STM32L1 HAL generated by CubeIDE doesn't have compatibility with the one generated by CubeMX.For example, According to the UM1816 "Description of STM32L1 HAL and low-layer drivers", I2C has API like following :HAL_I2C_Master_Seque...

Takemasa by Associate III
  • 741 Views
  • 2 replies
  • 0 kudos

USB device double buffering (CDC Class).

Hi,I have some difficulties to configure USB device using OUT EP double buffering (used with CC class).While using simple buffering we get slow transfer rates (1 out o 2 packet NAKed), when I use HAL_PCDEx_PMAConfig(PCD_DBL_BUF), USB transfers hangs....

VStép.1 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos