Previous: 6.2.2.2. ST-LINK GDB serverの起動 |
Up: 6.2.2. JTAGインターフェースを使用する場合(ST-LINK) |
Next: 6.2.3. DFUを使用する場合 |
Make Targetsビューのflashターゲットをダブルクリックしてください。書き込みが始まります。サンプルプログラムであればそれほど時間がかからずに終了するはずです。
Consoleビューには様々なメッセージが表示されますが、最後に以下のようなメッセージが表示されていれば、書き込みに成功しています。
**** Build of configuration Default for project STM32 ****
cs-make -i flash ??????? 1 個のファイルをコピーしました。 GNU gdb (Sourcery G++ Lite 2009q3-68) 6.8.50.20090630-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.? Type "show copying" and "show warranty" for details. This GDB was configured as "--host=i686-mingw32 --target=arm-none-eabi". For bug reporting instructions, please see: <https://support.codesourcery.com/GNUToolchain/>... Reset_Handler () ??? at CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup_stm32f10x.s:70 70????????? ? b? LoopCopyDataInit STM32 Successufully completed reset operation Loading section .isr_vector, size 0x1e4 lma 0x8000000 Loading section .text, size 0x6008 lma 0x80001e4 Loading section .data, size 0x10c lma 0x80061ec Start address 0x80001e4, load size 25336 Transfer rate: 7 KB/sec, 2303 bytes/write. STM32 Successufully completed reset operation The program is running.? Quit anyway (and kill it)? (y or n) [answered Y; input not from terminal] |
マイコンに実際にプログラムを実行させるためにはリセットが必要です。リセットを押してから、プログラムの動作を確かめてください。
Previous: 6.2.2.2. ST-LINK GDB serverの起動 |
Up: 6.2.2. JTAGインターフェースを使用する場合(ST-LINK) |
Next: 6.2.3. DFUを使用する場合 |