You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply no output, maybe some one might have an idea why could it be. Another piece of the puzzle is this library - https://github.com/wez/jlink_rtt which works just fine. I even tried to flash rtt-target based firmware first and then without closing rttviewer flashed jlink_rtt one, and it worked. So maybe init part is fine, but then actual writing seems to be pretty much the same (ptr::copy vs ptr::copy_non_overlapping). Or rttviewer just rescans the RAM after reset and it doesn't mean anything.
The text was updated successfully, but these errors were encountered:
Simply no output, maybe some one might have an idea why could it be. Another piece of the puzzle is this library - https://github.com/wez/jlink_rtt which works just fine. I even tried to flash rtt-target based firmware first and then without closing rttviewer flashed jlink_rtt one, and it worked. So maybe init part is fine, but then actual writing seems to be pretty much the same (ptr::copy vs ptr::copy_non_overlapping). Or rttviewer just rescans the RAM after reset and it doesn't mean anything.
The text was updated successfully, but these errors were encountered: