STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1985 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...

stm32L151ZCTx ADC channel

Posted on April 09, 2018 at 14:10As STM32L151ZCTx has 40 adc. There are two banks to select adc channels for conversion. In CubeMX, ADC can have only one bank selected at a time. I have following questions:1) BANK A has 29 channels, But cubeMX shows...

Hobbyist by Associate II
  • 435 Views
  • 1 replies
  • 0 kudos