MIMXRT1010 help

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

MIMXRT1010 help

385 次查看
LuigiV
Contributor II

I'm developing a new project using the MIMXRT1010 processor and it is the first time I use this type of crossover MCU; where can I find more information about the hardware implementation (schematic, application note,...) ? 

Thank you

 

Luigi

0 项奖励
4 回复数

374 次查看
_angelo_
Contributor III

just a simple google search,

https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1010-eva...

https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-...

It's based on Cortex M technology, that can be studied as a base on  more generic documentation spread all around the web from ARM.

 

0 项奖励

350 次查看
LuigiV
Contributor II

Thank you,

but does exist a way to have a documentation about the routines used in the examples ?

I need to interface an external codec to the I2S, I've found tha SAI project but no documentation that explains the routines synthax and all the several parameters they use; I2S, DMA,...

 

 

0 项奖励

340 次查看
RaRo
NXP TechSupport
NXP TechSupport

Hello @LuigiV,

Just for double check, could you please take a look to the API Reference Manual? There is explained a little bit more about the SAI driver. You could look for the API Reference Manual in docs inside the SDK.

Also, it might be useful to take a look to Emulating I2S Bus with the FlexIO on RT1010.

Kind regards, Raul.

0 项奖励

323 次查看
LuigiV
Contributor II

Thank you Raul,

I've downloaded the document and I'll take a look to the API...

 

Best regards, Luigi