Blink LED --( Page 24,25 )

Hi, Sir,
Run the Exercise : Blink LED
Compile the code : It is done
Download the bin file to board , Error message show as follow :

=========================================
Compiling libraries…
Compiling core…

Using precompiled core: C:\Users\user\AppData\Local\Temp\arduino_cache_289313\core\core_realtek_Ameba1_ameba_rtl8195a_48a6f3e752a34535e024e6395f516ebe.a
Linking everything together…

if exist application.map del application.map
if exist application.asm del application.asm
if exist *.bin del *.bin
“C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-nm.exe” --numeric-sort application.axf > application.map
“C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-objdump.exe” -d application.axf > application.asm
C:\Users\user\AppData\Local\Arduino15\packages\realtek\hardware\Ameba1\2.0.8\variants\rtl8195a{build.sym_bklist}
sram 10006000 ~ 1000b8ec
sdram 30000000 ~ 300000b8
“C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-objcopy.exe” -j .image2.start.table -j .ram_image2.text -j .ram.data -Obinary .\application.axf .\ram_2.bin
“C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-objcopy.exe” -j .image3 -j .sdr_data -Obinary .\application.axf .\sdram.bin
.\tools\windows\pick.exe 268460032 268482796 ram_2.bin ram_2.p.bin body+reset_offset+sig
b:268460032 s:268460032 e:268482796
size 22764
copy size 22764
.\tools\windows\pick.exe 268460032 268482796 ram_2.bin ram_2.ns.bin body+reset_offset
b:268460032 s:268460032 e:268482796
size 22764
copy size 22764
.\tools\windows\pick.exe 805306368 805306552 sdram.bin ram_3.p.bin body+reset_offset
b:805306368 s:805306368 e:805306552
size 184
copy size 184
copy bsp\image\ram_1.p.bin .\

size = 22980
checksum 1fde52
===info ||| Progress {0} ||| [90.62]
“C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_tools\1.1.1/amebasize.exe” “C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_tools\1.1.1”
草稿碼使用了 68036 bytes (3%) 的程式儲存空間。上限為 2097152 bytes。

C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_tools\1.1.1/upload_dap.exe C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_tools\1.1.1\ram_all.bin
Note: Please connect only one Ameba board at a time.
uploading…
copy “C:\Users\user\AppData\Local\Arduino15\packages\realtek\tools\ameba_1_tools\1.1.1\ram_all.bin” E:

upload finish

=========================================
E: MBED :
fail.txt : Its conetnt is SWD ERROR.

GPIO 13 (D13) is PWM.
Neighbor pin is Ground(GND).

Press the RESET Button.
LED is not flashing.
Would you think that
Is there something wrong ?

Hi,

can you provide more information on your setup?
such as the board you are using (RTL8195AF / RTL8710) and a sample of the code?

nice