erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
Guest59 has joined #openocd
Guest59 has quit [Client Quit]
wtywtykk has joined #openocd
wtywtykk has quit [Quit: Client closed]
wtywtykk has joined #openocd
wtywtykk has quit [Quit: Client closed]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
wingsorc has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
wtywtykk has joined #openocd
<wtywtykk>
Hi, is there any way to use FLM files in openocd? Many manufacturers seem to only provide keil's FLM download algorithms.
Bertl_zZ is now known as Bertl_oO
Hawk777 has joined #openocd
akaWolf has quit [Ping timeout: 272 seconds]
akaWolf has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
<borneoa_>
wtywtykk: openocd use its own internal way to code the flash algorithm. Just for curiosity I checked what FLM files are. It's part of ARM sw, to be checked if license allows integration in openocd and if it makes sense to use it https://arm-software.github.io/CMSIS_5/Pack/html/flashAlgorithm.html
<borneoa_>
wtywtykk: so far, I'm not aware of any patch proposed for supporting FLM
<borneoa_>
wtywtykk: cannot use an arm FLM with sysprogs code
<borneoa_>
wtywtykk: the arm code is under Apache 2 license. I think it's not compatible with GLP v2. At the end we only need the declarations in that file.h... to be checked.