I have problem with upload program Flash for my AT33UC3A3256 Atmel. that what comes up when im trying to read JTAG ID:
Unable to enter programming mode. The read device ID does not match the selected device or any other supported devices.
Please verify device selection, interface settings, target power and connections to the target device. Timestamp: 2021-01-25 13:16:57.523 Severity: ERROR ComponentId: 20100 StatusCode: 131101 ModuleName: TCF (TCF command: Device:startSession failed.)
Unexpected JTAG ID 0x0ffffffe (expected 0x0202603f).
The JTAG pinout is 100% correct. I am using JTAGICE mkII. in .adtf file for my processor i have same
expected ID like this above:
<property-group name="SIGNATURES">
<property name="JTAGID" value="0x202603f"/>
</property-group>
Somebody know what is happening?