uTasker / uTasker-Kinetis

uTasker V1.4.11 based open source version for Kinetis and STM32 parts
60 stars 35 forks source link

uTasker #2

Closed huyrua291996 closed 6 years ago

huyrua291996 commented 7 years ago

Does uTasker support the custom board. For example I use for my processor MKE02Z16VLC4 If yes, how do I do this Thanks

uTasker commented 6 years ago
  1. Choose the target that is closest to the custom board. Eg. FRDM_KE02Z40M may be in your case.
  2. Search the project for this define to see the locations where it is customised.
  3. Decide whether to add your own define or whether you prefer to use this define and adjust customisations where needed.
  4. At each location where it is customised (eg. size of RAM, size of Flash, clock settings, GPIO uses) change the defines to suit your board or your requirements.
  5. If you want to add your own board image and some switches/LEDs etc. for simulation you can see more or less how it is done from these videos: https://youtu.be/vGk-b40EgL0 https://youtu.be/x0oe4kscIDI Regards Mark