|
| Downloading to FlashDownload using the Keil ULINK JTAG-Adapter. The steps to setup ULINK for Programming Flash within µVision IDE are: - Connect the ULINK to the JTAG connector of the MCBSTM32 Board. Note that the red cable marks pin 1 of the JTAG-connector.

Note - The JTAG interface could be disabled by random CPU instructions or by the power-down mode of the device. If this occurs, enable the on-chip boot loader, so the STM32F10x device can execute a valid program.
For more information refer to the web-based Keil Support Knowledgebase, for example to the article ULINK: RECOVER STR71X WHEN JTAG DISABLE.
- Power up the MCBSTM32 Board.
- Configure Flash Programming in the Project — Options for Target — Utilities dialog.
Set the Use Target Driver for Flash Programming option, then select the ULINK Coretex-M3 Debugger as the Flash programming tool.
Check the Update Target before Debugging option to ensure that the Flash ROM gets programmed whenever the debugger starts.
Click the Settings button to open the Flash Download Setup dialog for the next step.
- Configure the Flash Download Setup dialog as follows:
Set the Download Function options by first selecting Erase Sectors used by the application, then check Program and Verify to verify the Flash contains the downloaded application.
Set the Start location for for the flash programming algorithm to 0x2000000 in RAM and set the Size to 0x0800.

Click the Add button and find the STM32F10x_Flasher programming algorithm in the list of available algorithms. Select it, then click the Add button to add it to your target. Finally, click the OK button to save the Flash Download settings. - Download to Flash
Click the Download to Flash toolbar button. This executes the Flash download program (Target Driver or External) selected in Project — Options for Target — Utilities and downloads the application program into the STM32F10x device.
Or Use the µVision command Flash — Download to download the application program into the STM32F10x device.
ULINK can be also used for application code debugging in Flash ROM or RAM of the STM32F10x microcontroller. |
|