STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I'm working with NUCLEO-H743ZI2 (1.8V) and having difficulties maximizing throughput with FreeRTOS+LwIP+TCP. I've managed to get 10Mbits but not 100Mbits.I would appreciate any suggestions on configuration parameters, settings, etc. that could help.

Calling LAN8742_GetLinkState(&LAN8742) from <ethernetif.c> returns LAN8742_STATUS_100MBITS_FULLDUPLEXSettings from <lwipopts.h>#define WITH_RTOS 1#define CHECKSUM_BY_HARDWARE 1#define ETH_RX_BUFFER_SIZE 1524#define LWIP_UDP 0#define MEM_ALIGNMENT 4#d...

YGU.1 by Associate II
  • 422 Views
  • 1 replies
  • 0 kudos

Unable to order free NUCLEO-H723ZG board

Hi, trying to order the free NUCLEO-H723ZG board with the code that was provided.After applying the code for the first time the order page asks to login with my username.I did that to complete the order, but then it's impossible to apply the code, as...

KPort by Associate II
  • 298 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F103 USB circuit

Posted on May 31, 2017 at 23:17 I am trying to make usb operate in STM32F103 but it seems doing so is a lot different than usb fs in STM32F4 series. In F4 series it was just enough to connect usb connector to Data pins and MCU would take care of ...