Author Topic: uTasker on TWR-K60D100M  (Read 5858 times)

Offline Stuart

  • Newbie
  • *
  • Posts: 1
    • View Profile
uTasker on TWR-K60D100M
« on: June 08, 2014, 07:17:52 AM »
Since the TWR-K60N512 is not available we picked up a TWR-K60D100M.

Are there any pointers on getting uTasker to compile in CodeWarrior for that board?

Thanks!

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: uTasker on TWR-K60D100M
« Reply #1 on: June 08, 2014, 02:02:20 PM »
Stuart

In config.h ensure that the K60 is selected with the define KINETIS_K60.
For board select TWR_K60N512 (the TWR-K60D100M is compatible with this one). Select TWR_SER2 if you happen to have a TWR-SER2 board rather than the standard TWR-SER (default).
In CodeWarrior ensure that the Cortex M4 is selected as target processor (rather than Cortex M0+, which is used for the KL parts)
In the linker setting chose a linker script file to suit - K_512_128.ld would match this chip (512k Flash and 128k SRAM).
The debugger connection setting has a part type that can be set to match the device (K60DN512M10.xml) so that it can program its flash and display peripheral registers when debugging.

Regards

Mark