Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi, I love Ozone as a debug tool. But I have one problem. I can flash and start the code on my target but the interrupt for the the timer that is used my code does not fire. If I power cycle the target and attach with Ozone everything works. Just seems when I do a reset with Ozone the Backup RTC doesn't work, I am using an EF32GG on a custom board. Any tips on settings or code changes I need to make this work? Thanks, Ross
-
Hi, Nothing has turned up on a web search, so I suspect there is no simply way to do what I want or it is not possible. I have an Silicon labs EFM32 with flash on an the SPI bus. I would like to read the flash contents (don't need to write to it) via the debug header on the processor. I do not want to change the code on the micro, so I am looking for something using external tools. I am happy to code things if required. Thanks, Ross
-
Hi, I have inherited a project from a former colleague that uses RTT for debugging and it works well. The embedded code uses SEGGER_RTT_TerminalOut function to send event messages to the debugger and onto the PC. The guy that wrote the code also wrote a python script that connects to port 19021 to get these messages. What I want to do is dump out the contents of an external flash chip connected to the micro controller that is running the RTT c code. I can easily get a buffer of bytes from the fl…