I have a STM32F429 Discovery board and I want to add ethernet for project. I am using external ethernet PHY named KSZ8863. Is it possible tocommunicate with using this PHY ? if it is possible should you share an example code for it?
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...
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...
I have implemented LWIP CGI Server which using "GET" request but to me need implement "POST" request. Could someone to show me an example how to send/receive "POST" requests between two STM32?
Hello.So, my application contains of STM32F407VG and another CPU (OpenMV H7 if you are curious, but it doesn't matter) that is sending frame buffer from camera over UART. It isn't crucial in my application, but I just wanted to try doing that. So, fr...
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 ...
Hello,I am working on the STM32G0B1RE processor as a USB-PD SINK.I would like to ask what is the easiest and fastest method (preferably using CubeMX) to request higher voltages from the USB-PD port (for example 9V or 12V)? Can anyone share the simple...