Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I am trying to target the RM46L852 (ti.com/product/RM46L852). I have not tested with the latest Ozone version, I will give that a shot. Quote from SEGGER - Nino: “Quote from ucontrollerdude: “I tried overwriting the AfterTargetConnect() function but setting the PC something outside the reset vector (like main() entry) gets me an undefined instruction exception. Guessing it's because the PC is changed abruptly while the program is still executing. ” To do this the target device must be halted fir…

  • What I am trying to do is use the "Attach to Running Program" (section 5.3.1.2 of UM08025) so I can attach the debugger to the program without causing a reset. It does not seem to be working for me because when I click this button, the PC jumps to 0x00000000. Section 5.3.1.2 states that phases 1 and 2 are executed so the reset phase is not executed (I confirmed that below). Going back to my original question, is it possible to connect to the target without the PC changing to 0x00000000? I am not…

  • Hello, I am using Ozone 2.70a with a J-LINK Plus and am trying to attach the debugger to a running program without causing a reset. However, whenever I click the "Attach to running program" or "Attach and halt", the program jumps into the reset vector at 0x00000000. Does this always happen? Is there a way to prevent this from happening? Thanks!