Quantcast
Channel: ARM Connected Community : All Content - All Communities
Viewing all articles
Browse latest Browse all 3617

[TRK-KEA使用经验分享]2-Lab1 UART

$
0
0
今天开始学习TRK-KEA64自带的例程Lab1:UART,其功能就是接收PC端发送过来的字符后将其发送至PC端(echo),主要的参考资料有AN4942 Getting Started with Kinetis EA series MCUs, KEA64 Sub-Family Reference Manual和开发板自带的例程Lab1 UART。   int main(void) {   UINT32 counter = 0;   Clk_Init(); /*

Viewing all articles
Browse latest Browse all 3617

Trending Articles