analogdevicesinc / arduino-max326xx

Arduino core for Maxim's MAX326xx series boards
Apache License 2.0
0 stars 1 forks source link

Bootloader file for MAX32630FTHR #7

Closed renatosc closed 5 years ago

renatosc commented 5 years ago

I am trying to Burn Bootloader for MAX32630FTHR but I am getting that following error:

/Users/user/Library/Arduino15/packages/Maxim/tools/daplink/1.0.2/bootloader/max3263x_fthr_bl.bin: No such file or directory Error while burning bootloader.

in the Arduino IDE console.

khariya commented 5 years ago

@renatosc The bootloader is only available for MAX32620FTHR board.

renatosc commented 5 years ago

I see. Would you perhaps know how do I then do a "factory reset" on MAX32630FTHR?

khariya commented 5 years ago

The latest MAX32630FTHR has a Blink program loaded out of the box. It blinks the red LED forever when powered on. Factory reset is no different than uploading a Blink example from Arduino IDE.