| Author |
Message |
|
|
Posted: May 29, 2012 - 01:34 AM |
|

Joined: May 28, 2012
Posts: 1
|
|
Hello -
I am trying to use the AVR231 without the encryption.
I have read the entire AppNote and it tells me on Table 4-1 that leaving KEY1 to None means that No encryption.
However when I attempt to do a create a header file using my configuration file create gives me a error -
Here is my configuration file - foo.txt
PAGE_SIZE = 128
MEM_SIZE = 128
CRC_ENABLE = YES
And When I run create.exe as -
>create -c foo.txt -d -h foo.h
I get the following error -
create v1.0AES - Copyright (C) 2005 Atmel Corporation
Using the following arguments:
Config filename: murdoch.txt
Header filename: murdoch.h
- Application section will be erased.
The following configuration will be used:
Encryption = No encryption
SIGNATURE = 0000000000000000
PAGE_SIZE = 128
MEM_SIZE = 128
CRC_ENABLE = YES
Error: KEY parity error in 010101010101010101
Why is there a key parity error when I do not want to use any keys |
|
|
| |
|
|
|
|
|
|
|