...
On the target side, the user configures the application through the app_usbd_cfg.h
file. Table - CDC EEM Application Example Configuration Constants lists a few preprocessor constants that must be defined.
Anchor |
---|
| Table - CDC EEM Application Example Configuration Constants |
---|
| Table - CDC EEM Application Example Configuration Constants |
---|
|
Panel |
---|
borderWidth | 0 |
---|
title | Table - CDC EEM Application Example Configuration Constants |
---|
|
| | |
---|
APP_CFG_USBD_EN | Enables µC/USB Device in the application. | DEF_ENABLED | APP_CFG_USBD_CDC_EEM_EN | Enables CDC EEM in the application. | DEF_ENABLED |
|
The CDC EEM application example only performs an initialization of the class and Ethernet interface using µC/TCP-IP. Once initialized, the application will let you do basic operations like ICMP echo requests (ping).
...