I'm trying to connect to OMAP5912 device using XDS560v2 TRAVELER JTAG emulator using Code Composer Studio 7. When connecting to C55x device using Connect Target it successfully stops at an arbitrary RAM point. When using Connect Target on the ARM9 core, it always stops at 0xFFFF0000. Now, when I look at its registers, everything seems fine and I see that the LR is placed around the known firmware location on SDARM e.g. 0x102B1AD4. But! When I access the Memory Browser Of Code Composer Studio 7 and look at the SDRAM location I see only the following chain of bytes "0x00009C46". I tried to switch between CPU memory and physical memory views and nothing helps. Somebody knows what's happening here? Thank you.
Can't read SDRAM of TI OMAP5912 ARM core using JTAG
289 Views Asked by sobakaliza At
1
There are 1 best solutions below
Related Questions in JTAG
- Unable to hit breakpoint with JTAG gdb on Raspberry Pi
- OpenOCD failed to read memory
- esp-idf openocd with jtag could not start
- how to use openocd jtag burning FUSE_USER
- There is a different googletagmanager in the site code
- Disabling JTAG PINS on STM32f103RCT6
- JTAG Daisy chain debugging using eclipse
- STM32F407 Debugging via JTAG: STICKYERR issue with DHCSR register access
- Trouble debugging ESP-32 with ESP-PROG and OpenOCD
- Using Openocd on raspberrypi for ARM CC3200 debug
- how to simulate JTAG by SPI in zynq
- Flashing Esp32 using Raspberrypi GPIO via openocd (JTAG connection)
- Breakpoint implementation in RTOS + jtag
- Target multicore configuration wrong in JTAG T32
- Debugging problem with the RSL10 microcontroller
Related Questions in OMAP
- Linux kernel issue when booting from U-Boot on Cortex-A15 CPU QEMU
- Finding physical adresses of registers in memoryspace
- Select Wayland output for QT application
- How to recover a embedded CE mobile device bricked after OS update
- Can't read SDRAM of TI OMAP5912 ARM core using JTAG
- AM335x - i2c slave for linux kernel
- How to fix 'warning #1173-D: attribute "deprecated" ignored?'
- Why is code relocation done in U-boot proper?
- Kernel panic on linux-omap 4.3.0-rc5 on IGEPv2 board
- GPIO irq: Falling and Rising edge detection
- Stop MMC queue from fetching new requests when communication with card times out
- Why is UART TX interrupt not forwarded to GIC on OMAP4430
- fw_printenv fw_setenv on var-som-am33 is failing
- Additional static array breaks the DSP application on omapl138 target (ccs5.2)
- OpenGL ES 2.0 on SGX540 OpenGL Offscreen PIXMAP Support
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Probably there was a bug in Code Composer 7, so I used my own .gel file based on a .gel found on github and it solved the problem. In Code Composer select "New target configuration", then Add STM SDX560V2 Traveler or else. Add bypass of 8, add arm9 core and attach this .gel file, and finally, add c55xx core.