jtag Questions
2
Solved
1. The problem explained
I'm trying to use OpenOCD for something uncommon. Instead of connecting to the chip, I'd like to merely detect the chip.
The procedure I have in mind would look like this:...
Notarize asked 9/7, 2019 at 11:43
2
Solved
My understanding is that inserting software breakpoints involves replacing the next instruction in code to be executed by a software interrupt instruction which will cause the CPU to halt when it r...
Debi asked 10/4, 2019 at 21:52
3
Solved
I understand how JTAG used to be used as boundary scanner (very clean explanation at http://www.fpga4fun.com/JTAG1.html). However I can't see how JTAG these days is used as a hardware level debugge...
5
Solved
The standard (low-cost) way to program ARM microcontrollers is using Eclipse with a complex toolchain plugged into it. Eclipse has definitely its merits, but I'd like to feel independent from this ...
5
Solved
I have a strange bug in my code which disappears when I try to debug it.
In my timer interrupt (always running system ticker) I have something like this:
if (a && lot && of &...
2
Solved
I'm looking to do some hobby firmware development at home and need a device programmer. Hoping to keep to Open Source solutions, I found the OpenOCD project and also the Bus Pirate. For $30 i...
4
Solved
I am using an at91sam9260 for my developments. There is a Linux kernel running in it and I start my own software on top of it.
I was wondering if I could use a JTAG debugger to debug the software ...
3
i'm working on debugging with gdb. i wanted to know how gdb works internally to set a brekpoint on an embedded processor through JTAG.
Groff asked 1/4, 2012 at 13:38
3
Solved
Ok, I am a little confused about programming for ARM processors. Barrage of questions time:
How does one get the compiled binary into an ARM processor?
Is JTAG the normal method (I think that is ...
2
Solved
In my embedded project am using JTAG interface to download the code and to debug the downloaded application. But I don't know what is happening inside the JTAG set up.
Can anyone please give me bas...
Scheme asked 23/9, 2010 at 4:26
1
© 2022 - 2024 — McMap. All rights reserved.