emacs_pprentice_ has quit [Ping timeout: 252 seconds]
JakeSays has quit [Ping timeout: 252 seconds]
fenugrec has joined #openocd
<fenugrec>
Hi, I'm trying to "profile 2 test.mon" on a cortex-M0, and getting " src/target/target.c:4213: write_gmon: Assertion `addressSpace >= 2' failed "
<fenugrec>
couldn't find a related issue on the SF bugtracker, has this been fixed between 0.11 and the lastest ?
<fenugrec>
*latest
Hawk777 has joined #openocd
nerozero has joined #openocd
defiant has joined #openocd
renrelkha has quit [Quit: bye]
renrelkha has joined #openocd
<PaulFertser>
fenugrec: oh hey
<PaulFertser>
fenugrec: hard to tell, 0.11 was a year ago, it would be easiest if you build current master to test tbh.
fenugrec has quit [Ping timeout: 246 seconds]
Haohmaru has joined #openocd
fenugrec has joined #openocd
Hawk777 has quit [Quit: Leaving.]
RoccoMarco has joined #openocd
tiltmesenpai has quit [Read error: Software caused connection abort]
tiltmesenpai has joined #openocd
wingsorc__ has quit [Ping timeout: 252 seconds]
JakeSays has joined #openocd
RoccoMarco has quit [Quit: Client closed]
crabbedhaloablut has quit [Ping timeout: 255 seconds]
crabbedhaloablut has joined #openocd
<fenugrec>
Hi PaulFertser , agreed I should try current master. May find time in the next few days
<PaulFertser>
fenugrec: especially given we are in release candidate stage atm, so testing that would be much appreciated.
<Haohmaru>
what's new in it?
<PaulFertser>
Haohmaru: there's NEWS with highlights
<Haohmaru>
..lot's of things
<Haohmaru>
* lots
<fenugrec>
PaulFertser, still getting the Assertion failed on oocd @9d925776b
<fenugrec>
(that is, if I don't specify start and end args to the Profile command)
<PaulFertser>
fenugrec: thanks for testing, do you feel like sending a debug log to the mailing list or probably a ticket at SF.net?
<fenugrec>
I don't follow the ML so better be a ticket I guess
<PaulFertser>
The ticket will get sent to the ML automatically then.
<fenugrec>
done
<PaulFertser>
fenugrec: all cool, thank you!
Haohmaru has quit []
crabbedhaloablut has quit [Ping timeout: 255 seconds]
crabbedhaloablut has joined #openocd
nerozero has quit [Ping timeout: 256 seconds]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd
wingsorc has quit [Quit: Leaving]
mawk has quit [Ping timeout: 248 seconds]
mawk has joined #openocd
wingsorc__ has joined #openocd
tuxd3v has joined #openocd
<tuxd3v>
hello guys
<tuxd3v>
is there any support for swim protocol via openocd(using stlinkv2)?
<tuxd3v>
I see that there are several /usr/share/openocd/scripts/target/stm8*.cfg files in openocd in debian 11
<tuxd3v>
but can we flash, and debug via swim?
fenugrec has left #openocd [#openocd]
<tuxd3v>
I mean in linux :)
Guest22 has joined #openocd
<borneoa_>
tuxd3v: yes, stm8 swim is supported with stlink v2 and v3. Debug is ok, but you need a special build of fsbl as stm8 should not be upstream. Flashing should work too
<borneoa_>
tuxd3v: sorry, typo. You need special build of GDB .
<tuxd3v>
I don'tknow if this situation was already solved in sdcc
<Guest22>
Hi all,
<Guest22>
I have spent some time working on developing a working version of TMS570 Flash Support with using an RPi 4's GPIO as the interface. For those unfamiliar, there is unofficial support for TMS570 flash support, and the patches can be found here: https://cmp.felk.cvut.cz/~pisa/tms570/. I was able to successfully test the flash capabilities with the
<Guest22>
XDS100v2 inteface and was able to probe, erase, and write to flash using my host computer. I was also able to properly interact with flash on the RPi 4 with the XDS100v2. However, when I attempted to use the RPi 4's GPIO, I was able to find the TAP, probe the flash, erase the flash, but not write to the flash. I consistently got the error:
<Guest22>
error writing to flash at address 0x00000000 at offset 0x00100000
<Guest22>
in procedure 'flash'"
<Guest22>
Not sure why the XDS100v2 interface works well but the RPi GPIO does not completely work. I have been thinking it may be something to do with RPi configuration like perhaps the speed coeffs or something with my reset_config?
<Guest22>
Can anyone help me understand as to why this flash write error is popping up for the RPi GPIO interface? Any help regarding this issue would be greatly appreciated as I have been debugging this issue for quite some time.