This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] 带 FatFs 的 httpserver_raw

Guru**** 2478765 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/691108/httpserver_raw-with-fatfs

如何将 FatFs 支持添加到 httpserver?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我已更新 httpserver_raw 以支持 FatFs。

    除了我将提供的代码外、还应确保文件设备(在我的情况下 是 USB 闪存驱动程序)的中断处理程序设置为比以太网更高的优先级。  请注意、lwip 的大部分操作都是在中断级别进行的。

    e2e.ti.com/.../LWIP-HTTP-Raw-with-FatFS.zip