
Originally Posted by
Ichijoe
...
AT90SC7272C -- Gamma
...
Hello,
Waouhhh... An Atmel card...
Have you looked recently to the Gamma source code which has been released publicly several months ago ? More precisely to all the comments within the source code. For instance :
Code:
Extract of Startup.c:
-----------------------
/*
* startup.c - Startup code for Motorola MCore
*
* Copyright © 2000 Metrowerks, Inc. All Rights Reserved.
*
*/
Extract of Linker.lcf:
----------------------
#
# linker.lcf - linker command file for Motorola MCore 2107 series
#
And does the following assembly code look like Atmel code to you ?
Code:
...
ROM:00004574 ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ S U B R O U T I N E ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
ROM:00004574
ROM:00004574
ROM:00004574 vSendByte:
ROM:00004574
ROM:00004574
ROM:00004574 _r13 = -0x10
ROM:00004574 _r14 = -0xC
ROM:00004574 _r15 = -8
ROM:00004574
ROM:00004574 24 F0 subi sp, 0x10
ROM:00004576 00 7D stm r13 - r15, (sp)
ROM:00004578 12 2E mov r14, r2
ROM:0000457A 72 1E lrw r2, 0x8002D4
ROM:0000457C A3 02 ld.b r3, (r2, 0)
ROM:0000457E 01 53 sextb r3
ROM:00004580 12 E2 mov r2, r14
ROM:00004582 01 52 sextb r2
ROM:00004584 17 23 xor r3, r2
...
No, I'm afraid these cards are definitively using Motorola MCore processors.