making hex file un readable

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

making hex file un readable

Post by billduck »

Is there a way within Flowcode ver 7 to prevent the downloaded hex file not to be readible from an Arduino UNO?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: making hex file un readable

Post by Benj »

Hello,

Yes there should be lock bits you can set via AVR studio etc. You will need a ICSP such as the AVRtiny or AVRISPmkII to be able to access the device memory without using the Arduino Bootloader.

billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Re: making hex file un readable

Post by billduck »

The following link shows how to use Atmel Studio to set lock bits. It points out that the only way to undo the lock bit is to erase the device. The bootloader is erased, so that has to be reloaded.
https://www.youtube.com/watch?v=cr0VDOlGVlU

Post Reply