STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SVD files of STM32F7

Posted on April 14, 2018 at 14:01Hi,I am working with the http://www.st.com/en/microcontrollers/stm32f767zi.html microcontroller using the GNU ARM embedded toolchain.Since I didn't want to work with the CMSIS library I only copied a few header files...

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
  • 1213 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,...