TWR-KV10Z32

This Freescale tower board is based on the KV10Z32VLF7 which is a 75MHz device from the motor control and power conversion microcontrollers family (Low Dynamic Control) with Cortex-M0+ core. This KV10 device has 32k Flash and 8k SRAM and is in a 48 pin LQFP package, whereby the KV10 is also available in 32 QFN and LQFP packages and its memory ranges from 16k..32k Flash and with 8k SRAM. There is a 10MHz crystal on the board for clocking the part.

Full details and documentation for this board can be obtained from the Freescale web site: TWR-KV10Z32

To configure the µTasker project for this board simply enable the define TWR_KV10Z32 in the project's config.h file. The compiler needs to be set to build for Cortex M0+ (and not Cortex M4) and the linker script KV_32_8.ld should be selected [KV_32_8_BM.ld for downloadable version] {the linker script extension may vary for different compilers, whereby *.ld is valid for GCC}


TWR-KV10Z32 Binaries

Here are some binary files that can be loaded to the board. These were built using the µTasker applications (serial loader and V1.4 application) and can be simply generated using the supported compilers/IDEs [these were built using GCC], built using different configuration options or modified to suit specific requirements or hardware derived from this board :

  • uTaskerSerialBoot_TWR-KV10Z32_KBOOT_UART.bin KBOOT compatible UART loading on UART 0 at 57'600 Baud [6.75k] allowing applications to be loaded at link address 0x28000 (using Freescale's KBOOT UART at 57'600 Baud). When operating, the green LED blinks at 5Hz. To force the loader reset the board with push button SW1 held down. To disable the watchdog reset the board with push button SW2 held down. This can be loaded using the TWR-KV10Z32's USB-MSD (OpenSDA) boot loader. Note that the loader limits application sizes to 22k - it can be built without limits using the µTasker project.
  • uTaskerV1.4.8_BM_TWR-KV10Z32_2800.bin TWR-KV10Z32 application with command-line menu on UART0 [OpenSDA virtualCOM] (115'200 Baud) with various menu items including accelerometer output (I2C menu) and software based RTC (application menu) The processor runs at 72MHz [21.6k].
    Linked to 0x2800, this binary image can be loaded using the KBOOT loader's UART connections. When the application is running the green LED blinks at 2.5Hz.
  • uTaskerV1.4.8_BM_TWR-KV10Z32.bin The same TWR-KV10Z32 application as stand-alone software that can be loaded using the TWR-KV10Z32's USB-MSD (OpenSDA) boot loader [22.6k].


Freescale Three-Phase Brushless DC Sensorless Control

This application incorporates Freescale's BLDC application in the µTasker framework, showing how existing code can be given added value for real project and product developments. The application, using Freescale's FreeMaster application for control and visibility: see AN4862: Three-phase BLDC sensorless control using the MKV10x, removes the dedicated polling UART interface from the original code and integrates the Freemaster connection with DMA based UARTs in a non-blocking environment.

Freeing the processor's main loop from the original application it now allows FreeMaster and the motor control operation to work alongside other project code and utilise dynamic low power features of the framework. This is shown by the second UART (UART 0) being used for a command line interface shell as in the application above (with accelerometer, software RTC operation, etc.).

The complete ready-to-build IAR project (due to the motor control library being available as IAR library) is available on application for users looking for an efficient path to move from the original demonstration to an industrialised solution. The µTasker framework adds about 4.5k code size to the original binary but adds a second application UART interface, watchdog task and non-blocking capabilities to enable efficient and modular application extensions or other µTasker features as and where needed.


Return to the Kinetis landing page


µTasker Kinetis TWR-KV10Z32 support. Copyright (c) 2004..2018 M.J.Butcher Consulting