2015-01-04 03:04 PM
Hi guys,
I am developing a tool for linux. grab it from : https://meocloud.pt/link/d1a42ac2-a022-4661-aee2-a1a2188c4c6a/LyPus/ Its for amd64 machines, it will create a folder on /tmp (where it will hold the session, and temporary stuff), and a folder on your home desktop, where you will deal with bin code for stm8 target.. do a ./lypus --help to see options :) for now only read is available, and only bin format by default... give me your feed back :) regards tuxd3v2015-01-04 03:45 PM
2015-02-01 06:44 PM
Hi guys,
I have been thinking about the way that I can read the memory maps from each stm8... I think the best way is...using a json file?! take a look: https://meocloud.pt/link/d1a42ac2-a022-4661-aee2-a1a2188c4c6a/LyPus/ is there a file ''stm8105c6.json'' with memory maps, and bootloader info. I will use files like this one to load memory_maps and some relevant things. In bootloader mode I will get the bootloader info from mcu, and compare if exists in code any struct line with info like I have received from mcu... Afther I will load the maps in ram, if mcu is suported... Using files I think is a better way, bacause everybody can make a json file like that(take a look), using the mcu datasheet?! for stlinkv1, well I have some code, but it will be a long journey, since I am preparing the back end of lypus flasher tool to accept several protocol with minimal work ;) Its a standardized way to use several protocol function calls abstracting the protocol used.. but I will use json files to load mem_maps to lypus, because seems to be a better way, to add support to any stm8 microcontrller?! What do you think about? Can anny one give me some feed back or any Idea on this? regards tux