Search Results

Search results 1-1 of 1.

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

  • I have a python script that flashes the memory on a device we have. It's an RX63N, or rather 2 RX63Ns. It has 2 microprocessors, called A and B. To configure A, the python script calls -snip-. For B, it uses the same function with (0,0). I want the functionality available to a C# library I'm working on without calling out to Python, so I've ported the script to C#, and it works, but the strange thing is that I can't access Micro A. I can flash B successfully, but A continues to fail. My code to …