How to use NXP HAL Directly #43671
Answered
by
PxGreen101
PxGreen101
asked this question in
Q&A
-
Is there a way to use the NXP HAL directly? For example I would like to init the SCTimer module using the init function inside fsl_ctimer.h For STM32 this was possible using the information provided in \modules\hal\stm32\README.rst where I could use a hardware timer directly using the USE_STM32_LL_TIM I would like to find out if something like this is possible for NXP. |
Beta Was this translation helpful? Give feedback.
Answered by
PxGreen101
Mar 10, 2022
Replies: 1 comment
-
NVM - figured it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PxGreen101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NVM - figured it out.