Newbie - HAL support for iMX-RT1064 MCU?

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

Newbie - HAL support for iMX-RT1064 MCU?

725 次查看
GanesanGuru
Contributor IV

Hi fellas,

Is there any HAL provided by NXP aiding in rapid prototyping, like STM32F4 HAL (not comparing with STM, although I just wanted to show an example)? So that peripheral interfacing can be made easy with those HAL layer, in addition to CMSIS HAL.

If so, how to utilize those and if not, how to proceed further? Do I have to use only hte baremetal coding for implementing every functionalities, as I can't find any documentation illustrating the presence of HAL !!!

标签 (2)
0 项奖励
回复
1 回复

690 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @GanesanGuru ,

   To the HAL suport for the RT1064, you can find it from the RT1064 SDK:

SDK_2_13_0_EVK-MIMXRT1064\boards\evkmimxrt1064

Which can be downloaded from this link:

https://mcuxpresso.nxp.com/en/builder?hw=EVK-MIMXRT1064

In fact, the fsl driver is our HAL.

For the CMSIS DAP, you can refer to:

SDK_2_13_0_EVK-MIMXRT1064\boards\evkmimxrt1064\cmsis_driver_examples

 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Best Regards,

kerry