STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Bug in HAL_I2C_Master_Transmit()

Posted on December 22, 2016 at 18:08Recently I wasted a frustrating few days finding out why my code was unstable. Turned out to be what I believe is a bug in HAL_I2C_Master_Transmit() so I thought I should post here in case it catches anyone else o...

toby2 by Senior
  • 685 Views
  • 2 replies
  • 0 kudos

STM32Cube LwIP TCP Sending

Posted on April 12, 2018 at 15:49I have used the STM32Cube software and the tcp_echoserver to create a working echo server with no issues. Now I am trying to expand on the echo server. I want to be able to send data without the requirement of data h...

Resolved! I want to write and read data from M24M01-RMN6TP (EEPROM) by using STM32F427ZITx processor, please help me?

Posted on April 10, 2018 at 12:49I DON'T KNOW ADDRESS OF M24M01-RMN6TP slave.if((HAL_I2C_Master_Transmit(&hi2c1,(devAddess),(uint8_t *)&buffer,3,100))==HAL_OK){ HAL_GPIO_TogglePin(GPIOF,GPIO_PIN_4); HAL_Delay(200);}if((HAL_I2C_Master_Receive(&hi2c1,...

USB Host CDC support to FTDI Devices

Posted on October 08, 2014 at 09:20Hi, has anyone tried communicating USB Host CDC/VCP to FTDI devices ( Chip FT232R )? which is a vendor specific class implementation. we are trying that with STM3220G eval to communicate with some FTDI based device...

lokesh by Associate II
  • 1492 Views
  • 8 replies
  • 0 kudos

FreeRTOS+TCP NetworkInterface Porting

Posted on April 10, 2018 at 16:05I'm trying to to port the NetworkInterface.c to STM32H7 I'm following the instructions provided forhttps://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/Embedded_Ethernet_Porting.htmlfor other chips.As for first s...

Labels