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
  • Toggle a GPIO at each tick an stick an oscilloscope on it?

    Count a thousand, or some ticks, toggle an LED, and guestimate visually?

    Read values from another free running timer source, and compare the counts. A timer clocking at 12MHz should see 12000 ticks in a millisecond. A 1 Hz RTC tick will see 1000 counts of a millisecond ticker. Etc.

Reply
  • Toggle a GPIO at each tick an stick an oscilloscope on it?

    Count a thousand, or some ticks, toggle an LED, and guestimate visually?

    Read values from another free running timer source, and compare the counts. A timer clocking at 12MHz should see 12000 ticks in a millisecond. A 1 Hz RTC tick will see 1000 counts of a millisecond ticker. Etc.

Children