View previous topic :: View next topic |
Author |
Message |
embedded_bob
Joined: 28 May 2007 Posts: 2
|
AES algorithm in PIC16F917? |
Posted: Mon May 28, 2007 9:21 am |
|
|
Hi guys, I am trying to move AES algorithm in my embedded code which runs on PIC16F917, so many things that need to be fixed, and many errors (Subscript out of range, Expression too complex, ...) occur when compiled by using CCS compiler. Only 2 more days for me to finish it:-(
I greatly appreciate if anyone can give a help or advice. Thanks!
Bob |
|
|
embedded_bob
Joined: 28 May 2007 Posts: 2
|
assembler version |
Posted: Wed May 30, 2007 1:06 pm |
|
|
Got an implementation from Microchip, but it is an MPLAB assembler version, can be compiled by MPASM, but how can I integrate it with CCS C code? It's not easy to convert MPASM assembler code to CCS ASM code, many difference between them.
Anyone has a C version AES implementation for Microcontroller?(not a standard one which needs that much RAM)
Thanks.
Bob |
|
|
|