This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Generating a 1ms heartbeat timer on XMC4500.

Hi all. Just as the title says, I am trying to generate a 1ms heartbeat timer on my XMC4500 hexagon board, but I am running into an error which you can see here: http://imgur.com/o5TGwms .

You can see there at the bottom in Build Output that I am getting the L6200E Error. Now, the reason it says .\Flash\Blinky.axf in front of the error is because I simply opened up the example Blinky project and deleted the contents of Source Files folder and replaced it with the sysTick.c code.

Any help is much appreciated.

Parents
  • Hi Zoran,
    instead of commenting on the error, I like to point you to our summary explaining how to generate a 1 ms interval with the "RTX Kernel Tick Timer Configuration" - please refer to:
    www.keil.com/.../_timer_tick.html

    Beside, I don't know the version of MDK you are using. Comparing your example with my installation of MDK-ARM V5.14 and the latest versions of the corresponding Infineon::XMC4000_DFP 2.2.0, CMSIS 4.3.0 and Middleware 6.4.0 did not result in any error.

    Kind regards,
    Ralf

    R.Kopsch
    Senior Applications Engineer
    ARM Germany GmbH

Reply
  • Hi Zoran,
    instead of commenting on the error, I like to point you to our summary explaining how to generate a 1 ms interval with the "RTX Kernel Tick Timer Configuration" - please refer to:
    www.keil.com/.../_timer_tick.html

    Beside, I don't know the version of MDK you are using. Comparing your example with my installation of MDK-ARM V5.14 and the latest versions of the corresponding Infineon::XMC4000_DFP 2.2.0, CMSIS 4.3.0 and Middleware 6.4.0 did not result in any error.

    Kind regards,
    Ralf

    R.Kopsch
    Senior Applications Engineer
    ARM Germany GmbH

Children