Ethernet throughput in stm32
I want to measure ethernet throughput in stm32 using iperf3. can anyone help me to do it?
I want to measure ethernet throughput in stm32 using iperf3. can anyone help me to do it?
Multiple feedbacks reported around Ethernet HAL driver and applications on STM32Cube FW have been acknowledged and analyzed. Many of them were related to RX packets management, to DMA management, or to overall performance. A summary list of tickets o...
Transfer operates successfully for approximately 300ms before abruptly stopping. USB interrupt can be seen on the attached capture operating normally in the first transfer. On the failing transfer no interrupt can be seen. The next interrupt that occ...
The other end of USB is a custom board which can act as a CDC device.(When connecting the custom board to PC, interface showing as per the attachment.. Showing as RNDIS interface and 3 virtual COM Port.)Attached code which we tried for USB host. Pl...
Greetings !I am using Azure RTOS on STM32H743 and I tried setting up the Static IP for Ethernet. I could successfully able to assign Static IP . Here after this I am observing that , most of the times IP address is assigning only when I remove and r...
I have ported the NxWebServer example from the STM32H735-DK project over to the STM32H743i-eval. All the bugs seem to be worked out and connection is being made. I can see get requests coming in to the call back but after the second or third file f...
Hi, I am currently working on an project which uses CMSIS RTOS V2(freertos version)There are total 5 tasks running inside the system and one of the task uses internal flash function only once if there are changes to parameter functions inside the sys...
Hi all, I am working in uart2 which is connected to the usb port in nucleo -g431rb but I want to communicate not through usb but through PA2 and PA3 pins assigned to uart2 by default. Tx line work properly but Rx not. There is a good signal on PA3 in...
Using STM32L452 and HAL version 1.17.2 with FreeRTOS. I'm new to CAN, and am trying to set up a simple one-to-one communication scheme without filters (only two devices on this CANbus talking to each other). I've implemented the RX FIFO message pen...