Skip to content

Instantly share code, notes, and snippets.

@e-sr
e-sr / networkinterface.c
Created November 7, 2023 13:13
FreeRTOS-Plus TCP-msp432e401y-networkdrivers
/**
* @brief:Network Interface driver for the Texas Instruments MSP432E401Y
* This driver was written and tested with the MSP432E401Y, which includes a built-in MAC and PHY.
* It is Modified version of the tm4c driver written by jscott <jscott@hotstart.com>. see below.
* substantial changes are in the PHY linkup/down handling, In this modified version this is done by handling
* the PHY corresponding interrupt!
* this driver is conform to FreeRTOS-Plus-TCP v4.0.0
*
*
* @file: NetworkInterface.c