STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why do the client to server transactions in the Nx_TCP_Echo_Server example stop after 4 to 5 messages sent by the client if the nx_tcp_socket_send(&TCPSocket, data_packet, NX_IP_PERIODIC_RATE); call to echo the data back is not made?

I started seeing the problem when I took the working example from pack 2.0.0 (STM32H723NG) and added the UART side of my project. I had also modified some of the NetX code to suit the server application for the client I intend connecting with. Part...

GGree.1 by Associate III
  • 236 Views
  • 0 replies
  • 0 kudos

I am trying to run UART on STM32 MCU using HAL library for one of my application. I would like to receive packet of data which I am not able to do. Can you please guide me in this? I have provide details below.

I have created an application where I can transmit and receive data over UART port one by one. I am also able to receive packets in sets where I know the size of the data.But in my case, I want to receive data packet of unknown length and read from r...

HDesa.1 by Senior
  • 1587 Views
  • 7 replies
  • 0 kudos

I have a question about HAL_I2C_Master_Transmit (I2C_HandleTypeDef * hi2c, uint16_t DevAddress, uint8_t* pData, uint16_t Size, uint32_t Timeout);

Hi, I have a question about HAL_I2C_Master_Transmit (I2C_HandleTypeDef * hi2c, uint16_t DevAddress, uint8_t* pData, uint16_t Size, uint32_t Timeout);I see the second field is a pointer to a 16 bit integer. However the device I am trying to interface ...

Tommino by Senior
  • 729 Views
  • 1 replies
  • 0 kudos

STM32F215 gets stuck

Due to privacy policies I cannot publish my code.I am creating a datalogger that receives information from CAN IT and USART IT and stores it on a microSD via SPI. With each interruption I get the time from the RTC and I also use the ADC to unmount th...

by Not applicable
  • 955 Views
  • 6 replies
  • 0 kudos