Hi Georg,

as pristine STM8s automatically end up in Bootloader mode - and the
Optionbyte can be written from the internal Bootloader - it would make
sense to add a command line flag that would enable the option bytes -
something like this:

        addr = 0x487E; //OPTBL
        if (!stm8_write_memory(stm, addr, (uint8_t *)"\x55\xAA", 2)) {
            fprintf(fp_stderr, "Failed to OPTION Bytes memory at address
0x%08x\n", addr);
            goto close;
        }

best wishes, Georg


Am 2014-12-22 um 16:22 schrieb Georg Icking-Konert:
> hi Georg,
>
> :-)  please let me know if it works.
>
> Also, Georg
>
>>
>> Message: 2
>> Date: Mon, 22 Dec 2014 12:08:43 +0100
>> From: Georg Ottinger <ge...@otelo.or.at <mailto:ge...@otelo.or.at>>
>> Subject: Re: [Sdcc-user] STM8 bootloader flash software (Georg
>> Icking-Konert)
>> To: sdcc-user@lists.sourceforge.net
>> <mailto:sdcc-user@lists.sourceforge.net>
>> Message-ID: <5497fbbb.8010...@otelo.or.at
>> <mailto:5497fbbb.8010...@otelo.or.at>>
>> Content-Type: text/plain; charset="windows-1252"
>>
>> Hi Georg,
>>
>> thats great - thanks for your work - I will give it a try for the
>> OggStreamer-Project (http://oggstreamer.wordpress.com
>> <http://oggstreamer.wordpress.com/>) - and write you a
>> feedback ...
>>
>> best wishes, Georg
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Sdcc-user mailing list
> Sdcc-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sdcc-user

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to