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
Solved! Go to Solution.
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...
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
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...
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
OK, thanks, I'l check it out.
/Mats