wiranto - The Maple cortex-M3 is very different from an Arduino.
The Maple IDE looks like the Arduino IDE.
But the electronics is very different.
DO NOT assume that you understand how the Maple board works even though you understand Arduino board.
An Arduino has a 2nd dedicated IC which is the USB interface to the host PC.
It is always a USB serial device.
It will always be seen by the host PC as a USB serial device.
The Maple cortex-M3 does NOT have a dedicated USB interface chip.
The Maple USB interface is implemented by the Cortex-M3 chip.
When the LED is 'throbbing' (getting bright then dim) the Maple is in 'perpetual bootloader mode'.
It will never ever be seen by your host PC as a USB serial device in this mode.
In 'perpetual bootloader mode' the Maple is a USB DFU device.
The IDE should be able to upload a program when the Maple is in this state.
The Cortex-M3 will only run the program code to become a USB serial device AFTER you have successfully loaded a program.
This page explains how to 'Troubleshoot' problems:
http://leaflabs.com/docs/troubleshooting.html
Maybe this will help.
Mungkin ini akan membantu
Wiranto - The Maple korteks-M3 sangat berbeda dari Arduino.
The Maple IDE terlihat seperti Arduino IDE.
Tapi elektronik sangat berbeda.
JANGAN menganggap bahwa Anda memahami bagaimana dewan Maple bekerja meskipun Anda memahami Arduino papan.
Arduino memiliki dedicated IC 2 yang merupakan antarmuka USB ke PC host.
Itu selalu perangkat serial USB.
Ini akan selalu dilihat oleh PC host sebagai perangkat serial USB.
The Maple korteks-M3 TIDAK memiliki chip USB interface khusus.
The Maple antarmuka USB dilaksanakan oleh chip Cortex-M3.
Ketika LED 'berdenyut' (mendapatkan terang kemudian redup) Maple berada dalam 'mode bootloader abadi'.
Ini akan pernah dilihat oleh PC host Anda sebagai perangkat USB serial dalam mode ini.
Dalam 'mode bootloader abadi' Maple adalah perangkat USB DFU.
IDE harus dapat meng-upload program ketika Maple ini dalam keadaan ini.
Cortex-M3 hanya akan menjalankan kode program menjadi perangkat serial USB SETELAH Anda telah berhasil dimuat sebuah program.
Halaman ini menjelaskan bagaimana untuk 'Masalah' masalah:
http://leaflabs.com/docs/troubleshooting.html