[SOLVED] Example for Interrupt in empower board

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello,

    Thank you for your inquiry.
    You can find a blinky sample with our RTOS embOS in this sample package:
    segger.com/downloads/embos/emb…texM_EmbeddedStudio_Trial

    The project file is in Start\BoardSupport\Segger\K66FN2M0_emPower

    For more complex programs you can evaluate our Embedded Studio PRO packages. How to you can find here in our getting started:
    segger.com/products/developmen…io/editions/pro-cortex-m/

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hello,

    How to enable interrupts on your target device can be found in the corresponding target reference manual from NXP. This is a target specific questions which we can't provide information for.
    For Guides and Examplecode there are literally millions of websites showing how to use interrupts on Arm targets, we recommend to give it a try with a search engine.

    In the embOS sample a Systick Interrupt is used. You can use this for reference on how interrupts are enabled in general on Arm targets. A general button sample is also in the Trial package which uses the Joystick buttons in polling mode.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.