Other Parts Discussed in Thread: HALCOGEN
项目需要,在TMS570LC43 HDK外接一个64MB的SPI Flash,需要SPI Flash文件系统支持,移植什么文件系统更为合适?FATFs?
同时需要TCP/IP协议栈支持,选择哪个协议栈更为合适?LWIP?
需要ucosii实时系统支持吗?
谢谢!
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.
Other Parts Discussed in Thread: HALCOGEN
项目需要,在TMS570LC43 HDK外接一个64MB的SPI Flash,需要SPI Flash文件系统支持,移植什么文件系统更为合适?FATFs?
同时需要TCP/IP协议栈支持,选择哪个协议栈更为合适?LWIP?
需要ucosii实时系统支持吗?
谢谢!
第一个问题是可以的,给你个参考。
http://blog.csdn.net/flydream0/article/details/10285581
这个是介绍的STM32相关的移植使用SPI Flash的FATFS
-----
http://www.deyisupport.com/question_answer/microcontrollers/hercules/f/70/t/21771.aspx
如果使用LWIP参考:http://processors.wiki.ti.com/index.php/HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration
其他参考:http://www.ti.com.cn/lsds/ti_zh/microcontrollers_16-bit_32-bit/c2000_performance/safety/tms570/tools_software.page
较为推荐的文件系统和网络协议栈是啥?FATFs和LWIP是我的调研结果,不知道怎么样,谢谢!
就是这个FATFs和LWIP都是目前大家比较受欢迎的选择。我看好多人做这个,都是选择的这两个