Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
borderWidth0
titleTable - CDC EEM Application Example Configuration Constants


Preprocessor Constants
Description
Default Value
APP_CFG_USBD_ENEnables µC/USB Device in the application.DEF_ENABLED
APP_CFG_USBD_CDC_EEM_ENEnables 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).

...