Skip to content

NXP LPC55S36 Zephyr Port #46421

Answered by danieldegrasse
Phase777 asked this question in Q&A
Jun 9, 2022 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @Phase777- The lpc_cfg_utils.py script has not been merged into NXP's HAL yet, but it is available here: zephyrproject-rtos/hal_nxp#159. The script can generate pin control headers using the configuration tool data for an SOC. To do so, take the following steps:

  1. start by downloading version 11 of the MCUXpresso config tools.
  2. Once you have that tool downloaded, attempt to create a new pin/clock configuration file for the LPC55S36- this will cause the configuration tools to download the required processor collateral.
  3. Once that processor data has been downloaded, you need to locate it on your filesystem. On a Windows machine, this is at C:\ProgramData\NXP\mcu_data_v11\processors. There s…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@OUNAVCON
Comment options

@Phase777
Comment options

@danieldegrasse
Comment options

Answer selected by Phase777
Comment options

You must be logged in to vote
1 reply
@danieldegrasse
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment