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.

[参考译文] 编译器/MSP432E401Y:合并两个 SimpleLink 示例、以生成同时具有 UDP 和 SPI 主器件的项目

Guru**** 2576215 points
Other Parts Discussed in Thread: MSP432E401Y

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/896923/compiler-msp432e401y-combine-two-simplelink-examples-to-generate-a-project-with-both-udp-and-spi-master

器件型号:MSP432E401Y

工具/软件:TI C/C++编译器

我正在尝试使用 MSP432E401Y LaunchPad 通过 SPI 从其 BoosterPack 2接口上的 ADC 子板读取数据、并通过以太网接口发送接收到的数据。  我从   Resource Explorer 中的 spimaster 和 udpecho 示例开始、熟悉这两个界面。  我相信他们将为我的应用程序工作、因此现在我需要将两者结合起来来构建一个项目、该项目可以发送和接收 UDP 数据包并为中断驱动的 SPI 访问提供服务。

是否有任何入门指南或示例显示如何将两个 TI-RTOS 项目合并到一个?

-Phil