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.
工具/软件:Code Composer Studio
您好!
很抱歉不清楚。
实际上、我 以前使用过 TM4C129EXL 评估板。 它有一个驱动程序库文件(TivaWare_C_Series-2.1.4.178)。
驱动程序库包括用于所有外设功能的头文件和源文件、例如 ADC、SSI、GPIO、PIN_MAP、计时器、 LCD、UART 等 它还包含所有 tm4c 系列电路板的示例代码、例如 blinky、UART_echo、enet_io 等
我也在为 MSP430FR4133评估板寻找类似的库。 现在、我通过访问各种外设的控制和值寄存器的直接硬件地址来对 MSP430FR4133进行编码。
感谢你能抽出时间!