fjouen Community Member
- Member since May 31st 2024
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
fjouen -
Posted the thread Jlink Read Memory issue with VS Code.
ThreadHi Using Jlink probe with Visual Studio results in having inconsistent memory information during debug. The jlink driver is always returning data from the cache on a read memory command. Not the real memory content from the device. So it is impossible… -
fjouen -
Replied to the thread Jlink flash programming interface does not take memory changes from CPU/code into account.
PostAdditionnal information : The exception occurs for all exit conditions so for "step into" too. Exceptions occurs when attempting to execute flash loader code that should be loaded into RAM memory. mcause register indicates an illegal instruction at… -
fjouen -
Replied to the thread Jlink flash programming interface does not take memory changes from CPU/code into account.
PostHello Simon, I've just tried the new version. It does not work on my side. When using the memory viewer to modify the memory, it looks the flash loader is not loaded into RAM memory before calling it, resulting in having an illegal instruction error with…