Search Results

Search results 1-12 of 12.

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

  • Hi Nino, thaks for the reply. I must be blind I didn't noticed the schematic download button on the website... Regarding .pex source files I opened a ticket as you suggested. [Inquiry#60305999] Many thanks, Alessio

  • Hi, I can't setup properly J-Trace/Ozone for tracig on NXP RT1060-EVK (REV A2). I wired a custom connector according to "19-pin JTAG/SWD and Trace connector" indication on J-Trace User Guide. TRACE0 soldered on R247 (GPIO_B0_04) TRACE1 soldered on pin 1 of SW5 (GPIO_B0_05) TRACE2 soldered on pin 2 of SW5 (GPIO_B0_06) TRACE3 soldered on pin 3 of SW5 (GPIO_B0_07) ARM CKL on pin 3 of SW6 (GPIO_B0_12) ARM SWO on pin 2 of SW7 (GPIO_B0_13) Switches for those pins are either DNP or in off position (no …

  • Hi, installing the latest JLink version (6.80e) and updating the Ozone 3.20b dll seems to solve the problem. The application now start and halt at main(). Thanks, Alessio

  • Hi, the "Debugger tries to read unknown register" message is showing in Ozone 3.20b (latest) console. I installed JLink 6.80e, updating Ozone 3.20b dll. The "Debugger tries to read unknown register" still appears but apart from this, everythig now seems to work. The program starts and halt at main(). Let me know if you succede in running the test project. Thank you, Alessio

  • Hi, we need to start from the ROM bootloader so we already had the .jdebug file modified, however AfterTargetDownload() and AfterTargetReset() were commented out. I fixed the .jdebug file leaving AfterTargetDownload() and AfterTargetReset() empty, but it doesn't seems to help. These are the steps I tried with the correct .jdebug project: - J-Flash 6.62b -> Erase Chip (completed successfully) -> Disconnect - Ozone 3.10e -> F5 download ok, halt at main() - Stop - F5 download ok, halt at main() - S…

  • Hello, Quote from SEGGER - Nino: “Anything else that might need to be considered? ” I think no, if you try ES 4.50 / Build 2020021311.41397 / J-Link 6.62b does it work? Quote from SEGGER - Nino: “If you do a erase of the external e.g. with J-Flash or J-Link Commander and then try to Flash the application you have attached. Does it run for you as expected? ” I tried the following steps: - J-Flash 6.62b -> Erase Chip (done successfully) -> Disconnect - Open ES project with ES 4.5 -> F5 (download o…

  • Hi, we are developing some projects with NXP RT106x processors and are using a QSPI flash. We are having troubles with latest Ozone / JLink updates. Currentrly we are using Ozone 3.10e with J-Link 6.62b, which are working fine. We noticed that RT106x processors are not listed anymore in JLinkDevices.xml (JLink in Ozone 3.20b). Our project uses a Winbond W25Q128JVSIM flash, QSPI, secondary pinmux. What happened a few times is that after some download fails with Ozone 3.20b, we were unable to clea…

  • Hi, just in case, I re-tryied the provided project, it downloads correctly and runs as I remember it did. The board setup should be the default MIMXRT1060-EVK setup, with QSPI Flash. I took a picture so you can check jumpers and switches. I connected the JLink through J21, the full 20 pins connector. The ES version I'm using is Release 4.50 / Build 2020021311.41397 ad it uses J-Link 6.62b I gave a try to the new Ozone 3.20b (uses a different JLink version) and it fails downloading the program. W…

  • Hi, attached you can find the MCUXpresso project used to build the test application and the ES project used. I added a couple screen shots of Instruction Trace and Execution Profile taken with the project provided. Many thanks, Alessio

  • Hi, thanks for your answer, I didn't know about this new feature, I'll give it a try, though it is not clear to me how can be putty or a telnet client be aware of the _SEGGER_RTT symbol, that string can be sent form the program itself? Just a note about ES, when "Debugger"->"RTT Enable" is set to "Yes", RTT works even if it is located at 0x20280670, without specifying additonal settings. Maybe disabling RTT redirection to the Debug Console disables ES auto-locating of RTT too? At the moment I so…

  • Hi, I am debugging an externally built executable in Embedded Studio, my setup is NXP MIMXRT1060-EVK board + JLink. My main purpose is to profile my application, and I found Embedded Studio very good for that. it is the only tool I found so far to find hotspots with SWO PC Sampling, since it shows hit counts at instruction level. There is a major problem however, in the Execution Profile I can only see functions and instructions in flash. The code I mostly need to profile is running from SDRAM, …

  • Hi, I am debugging an externally built executable in Embedded Studio, my setup is NXP MIMXRT1060-EVK board + JLink. I interact to this application with Putty, through RTT. I saw in another post in this forum that I can disable RTT redirection to the Debug Console, fine. The problem is that when I disable it throug "Debugger"->"RTT Enable"-> "No" setting, JLink doesn't locate _SEGGER_RTT anymore. It is located ad address 0x20280670, and if I specify it manually in the JLink settings, or through a…