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.
-
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…