Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The µC/TFTPc module has to be configured according to your specific needs. A template configuration file (tftp-c_cfg.h) is included in the module package (see section Directories and Files), and this configuration should be copied into your app_cfg.h file. Here is the list of the values and description of each of the configuration variable. However, keep in mind that future releases of this module might include more configuration options.

#define TFTPc_CFG_MAX_RX_TIMEOUT_MS 5000
#define TFTPc_CFG_MAX_TX_TIMEOUT_MS 5000

Define the maximum receive and transmit timeouts in milliseconds.

  • No labels