how to access iMX6SX board (UDOO NEO) peripherals?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to access iMX6SX board (UDOO NEO) peripherals?

跳至解决方案
1,218 次查看
radiptacandra
Contributor I

Hi everybody,

currently, I am developing RTOS for M4 architecture based on FreeRTOS and CMSIS platform. The target board is UDOO NEO which uses iMX6SX processor. But now I don't know how to access such as GPIO, timer, USART, Interrupt and other peripherals to implement the RTOS functions.

In previous research, the target board is STM32F4 that provide the stdperipheral driver which really help me a lot to implement the RTOS and accessing STM32F4 features. is anybody here knows any documentation or source to do the implementation on iMX6SX board, like setting up the GPIO or accessing the other features?

标签 (1)
0 项奖励
回复
1 解答
997 次查看
igorpadykov
NXP Employee
NXP Employee

Hi radipta

please check examples provided on :

Board Support Packages (12)
FreeRTOS_MX6SX_1.0.1_LINUX
https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applicatio...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
998 次查看
igorpadykov
NXP Employee
NXP Employee

Hi radipta

please check examples provided on :

Board Support Packages (12)
FreeRTOS_MX6SX_1.0.1_LINUX
https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applicatio...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
997 次查看
radiptacandra
Contributor I

Thanks, Igor, and sorry for late reply.

I've downloaded the package and found the documentation in it, for further steps I will study the docs file.

0 项奖励
回复