User Activity

There are a bootloader project and an application project to operate the device.I am using it by compiling the bootloader project and creating a bootloader file.I am using it by compiling the application project and creating an application file.Curre...
I am developing a device using stm32f429zit6. I want to know the usage rate of all software functions in the project, how to use the SWV statistical profiling menu in stm32cubeide? After setting Debug (Trace Asynchronous Sw), debugger menu, and seria...
I am developing a device using the nucleo-f429zit6 evaluation board as a reference. This device has an Ethernet communication function, and the Ethernet communication function was tested by directly connecting this device to the server using a cross-...
I'm trying to view the LwIP debug log to check Ethernet operation on the nucleo-f429zi board. I tested the operation after setting the code as shown below, but the LwIP debug log is not displayed. The code below is for printing debug logs.Can you tel...
I am developing a terminal device that performs serial communication and Ethernet communication using stm32f429zit6. TCP IP communication is performed between this terminal device and the server, and lwip raw API is being used for TCP IP communicatio...