New to MCUXpresso and its config tool.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

New to MCUXpresso and its config tool.

Jump to solution
2,133 Views
ma57bl
Contributor I

Hi,

I'am in the process of migrating from a K64 to a LPC. I have a software package in IAR IDE. So I have the code for setting up SYSTICK as a 1mS interrupt tick.

I would however, if possible, for my new board, with an LPC54628, configure this and have the code generated by the config tool.
So is it possible to do this? I.e Generate code for setting up SYSTICK as a 1mS timer attached to a given ISR and start the process, all together.

Are there any guides, tutorials or instructions to help figure this out. 

/Mats

0 Kudos
Reply
1 Solution
2,103 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @ma57bl 

I hope that you are doing well!

We have available training for the config tools ! this besides the desktop/web  config tools user guide. 

Just go to nxp.com/support/all training and look for the available config tools training.

For example : https://www.nxp.com/pages/creating-a-custom-board-sdk-and-migrating-code-between-boards:CREATING-CUS...

https://www.nxp.com/design/training/how-to-leverage-the-mcuxpresso-config-tools-in-your-application-...

Although  the SYSTICK it is not a peripheral configurable in the config tools support for the LPC54628, you can change its clock source ;  but you can configure LPC timers  like CTIMER as you are mentioning in your example. 

Diego 

 

 

View solution in original post

2 Replies
2,104 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @ma57bl 

I hope that you are doing well!

We have available training for the config tools ! this besides the desktop/web  config tools user guide. 

Just go to nxp.com/support/all training and look for the available config tools training.

For example : https://www.nxp.com/pages/creating-a-custom-board-sdk-and-migrating-code-between-boards:CREATING-CUS...

https://www.nxp.com/design/training/how-to-leverage-the-mcuxpresso-config-tools-in-your-application-...

Although  the SYSTICK it is not a peripheral configurable in the config tools support for the LPC54628, you can change its clock source ;  but you can configure LPC timers  like CTIMER as you are mentioning in your example. 

Diego 

 

 

2,060 Views
ma57bl
Contributor I

OK, thanks, I'l check it out.

/Mats

0 Kudos
Reply