Freescale TWR-VF65GS10 Board Support Package

This package contains project templates, system files and example programs for the Freescale TWR-VF65GS10.

CrossWorks Version 4 Installation Instructions

This package can only be installed if you have the following CrossWorks license bolt-ons:

To install this support package
  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the Freescale TWR-VF65GS10 Board Support Package entry and select Install Selected Packages.
  3. Click Next to take you to the summary page.
  4. Click Next to install the package.
  5. Click Finish to close the package manager window.
  6. Click the Tools > Show Installed Packages.
  7. Click on the Freescale TWR-VF65GS10 Board Support Package link to view the package and its contents.
To manually install this support package
  1. If you have not done so already, follow the CMSIS 3 Support Package, CrossWorks Tasking Library Package and NXP Vybrid CPU Support Package installation instructions.
  2. Download the file Freescale_TWR_VF65GS10.hzq using your web browser.
  3. Click the Tools > Manually Install Packages menu option.
  4. Select the file you have just downloaded to install the package.
  5. Click the Tools > Show Installed Packages.
  6. Click on the Freescale TWR-VF65GS10 Board Support Package link to view the package and its contents.
To install this support package using other versions

Release Notes

1.1

1.0

Documentation

Creating Freescale TWR-VF65GS10 Projects

CrossStudio for ARM supports the Freescale TWR-VF65GS10 board with loading and debugging applications into OCRAM, DDR and QuadSPI0 flash. Ensure that you have the jumpers set to boot from SD card and that no SD card is inserted so that the board will run the ROM loader from reset.

To create a new Freescale TWR-VF65GS10 Board project
To build, load and debug an application running in OCRAM
To build, load and debug an application running in DDR
To build, load and debug an application running in QuadSPI0 flash.

Freescale TWR-VF65GS10 Project Specifics

Target Reset Script

The reset script in Freescale_TWR_VF65GS10_Target.js supplies the function to set up the clocks and DDR which is implemented by running the DDR initialisation project.

Flash Loaders

The loaders solution has projects to build the QuadSPI0 flash loader and boot data.

Board Specific Files

The file Freescale_TWR_VF65GS10_ctl_board.c provides the SystemInit, led and button pressed function. The SystemInit function configures the DDR and for QuadSPI builds the CA5 will start the CM4 executing at it's reset address.

Known problems

The debugger cannot debug when CM4 QuadSPI0 programs have been downloaded. You will need to download using Project | Start Without Debugging, change the boot source to QuadSPI0, power cycle and use Target | Attach Debugger to debug. The debugger cannot download QuadSPI0 programs when the board has booted from QuadSPI0 so you will need to change the boot source back to SD card and power cycle.

Differential downloading into QuadSPI0 flash is not reliable. Clear the target environment option Enable Differential Download to avoid this or alternatively use the Program QuadSPI0 action on the right click context menu on the project node.