veerubiji
Full Member level 2
- Joined
- Feb 24, 2011
- Messages
- 122
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Activity points
- 2,301
• Disable OCDEN Fuse.
• Disable JTAGEN Fuse.
• Write one to the JTD bit in MCUCSR.
Yes, even i have found that from datasheet. I haven't seen such type of registers in my entire code. How to disable that? I am new programmer so help me please.I'm not sure is disabling jtag may fix the problem but you can try
The datasheet say you can disable it with one of the following
MCUCSR |= (1<<7); // set JTD bit to 1 to disable the JTAG inteface
Code:MCUCSR |= (1<<7); // set JTD bit to 1 to disable the JTAG inteface
but the controller is running when i start debug in AS6. It is showing the error message and controller is running. i am getting result."Atmel Studio was unable to start your debug session.
Please verify device selection, interface settings, target power and connections to the target device."
[ERROR] , ModuleName: TCF (TCF command: Processes:getContext failed.)
[ERROR] JTAGID not valid. Debugger command enterProgMode failed., ModuleName: TCF (TCF command: Processes:launch failed.)
I'm not sure I got what you asked correctly.
I thought you didn't want to use the debugger and had problems so I have suggested to disable the JTAG.
It seems that this is not what you want, it seems that you are having problems starting the debug session so my suggestion was irrelevant.
Ok . if you don't want debugging then you can disable the JTAG but it shouldn't be a problem if it was on unless you were trying to use the jtag pins as I/O
Yes,I'm not sure I understand your question as well.
However, have you tried simply detaching the JTAG programmer/debugger from the board and then powering on the board?
BigDog
" The voltage seems to be low operating range for this device. Make sure the target is powered on."
They have designed well regulated linear power supply, because they are using the same type of power circuit to different controllers those are working good.We need at least two additional pieces of information before attempting to advise you further.
1. What is the fuse configuration of the device?
2. What type of power supply are you using to power the development board? A cheap wallwart, well regulated linear supply, etc?
BigDog
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?