Hi All
I am trying to run UART Interrupt or UART polling demo .
1.Downloaded FreeRTOS BSP for IMX6Sx
2. build files using ARM GCC .
Following 3 documents to run demo
1. Getting_Started_with_FreeRTOS_BSP_for_i.MX_6SoloX.pdf to load M4
2. FreeRTOS_BSP_for_i.MX_6SoloX_Demo_User’s_Guide.pdf to See steps
3 .i.MX_Linux_Reference_Manual.pdf for details
Solved! Go to Solution.
It says "Type characters from keyboard, the board will receive and then echo them to terminal screen"
1. A7 window
2. M4 window
To see the demo next what i have to do .. where i have to type and in which terminal board show the output..?
Can some one help me to do this ?
Thanks in advance
Regards
Chandini
It says "Type characters from keyboard, the board will receive and then echo them to terminal screen"
Thank you Sun.
Before also it was working but i got confused comparing hello world program..
i changed the program the way what ever you type print same 'a' .. then i come to know its printing in M4 window.
Result.
you will get what ever you type
Ex: if you type 'h' you can see in window 'h'