Hi ,
We are working on device F280037 and we are trying to program the .s19 file which is converted to .ary file from some tool and trying to upload it to chip through parallel IO(data IO from 0 to 7), it was successful, the programmed code is simple toggle code, but we don't see pin toggling, so I'm suspecting that upload to RAM is not correct, do we have any kind of procedure to upload the data to chip through Parallel IO?
The .ary file looks like this in file
EntryVector= 0x0
+ {
+ 0x08AA, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0002, 0x0000, 0x0000, 0x0040, 0x8A1C,
+ 0x0004, 0x0000, 0x0128, 0x1901, 0x56C3, 0xFFFF, 0x0006, 0x0010,
+ 0x0000, 0x012C, 0x0000, 0x000B, 0x0001, 0x0000, 0x0002, 0x8A0B,
+ 0x0011, 0xFFF0, 0x86B8, 0x0000, 0x8A14, 0x0000, 0x012C, 0x0000,
+ 0xA800, 0x0000, 0x01D0, 0x0000, 0xA80A, 0x002F, 0x0068, 0x006F,
+ 0x006D, 0x0065, 0x002F, 0x0075, 0x0062, 0x006E, 0x0075, 0x0073,
+ 0x0065, 0x0072, 0x002F, 0x0074, 0x0069, 0x002F, 0x0072, 0x0065,
+ 0x0070, 0x006F, 0x0073, 0x002F, 0x0063, 0x0032, 0x0030, 0x0030,
+ 0x0030, 0x0077, 0x0061, 0x0072, 0x0065, 0x005F, 0x0072, 0x0065, .....
Only some of the data copied from .ary file.
Thanks!
The .ary file looks like this in file
EntryVector= 0x0
+ {
+ 0x08AA, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0000, 0x0000, 0x0002, 0x0000, 0x0000, 0x0040, 0x8A1C,
+ 0x0004, 0x0000, 0x0128, 0x1901, 0x56C3, 0xFFFF, 0x0006, 0x0010,
+ 0x0000, 0x012C, 0x0000, 0x000B, 0x0001, 0x0000, 0x0002, 0x8A0B,
+ 0x0011, 0xFFF0, 0x86B8, 0x0000, 0x8A14, 0x0000, 0x012C, 0x0000,
+ 0xA800, 0x0000, 0x01D0, 0x0000, 0xA80A, 0x002F, 0x0068, 0x006F,
+ 0x006D, 0x0065, 0x002F, 0x0075, 0x0062, 0x006E, 0x0075, 0x0073,
+ 0x0065, 0x0072, 0x002F, 0x0074, 0x0069, 0x002F, 0x0072, 0x0065,
+ 0x0070, 0x006F, 0x0073, 0x002F, 0x0063, 0x0032, 0x0030, 0x0030,
+ 0x0030, 0x0077, 0x0061, 0x0072, 0x0065, 0x005F, 0x0072, 0x0065, .....
Only some of the data copied from .ary file.
Thanks!