Re: [libopencm3-devel] STM32 Flash programming

2014-02-16 Thread Ken Sarkies
On 16/02/14 08:56, Pavol Rusnak wrote: > On 01/15/2014 08:33 PM, Ken Sarkies wrote: >> 2. Can anyone verify that the function flash_program_option_bytes() in >> flash_common_f24.c is totally screwed and doesn't do anything like its >> name promises? The equivalent function for F1 seems to be on th

Re: [libopencm3-devel] STM32 Flash programming

2014-02-15 Thread Pavol Rusnak
On 01/15/2014 08:33 PM, Ken Sarkies wrote: > 2. Can anyone verify that the function flash_program_option_bytes() in > flash_common_f24.c is totally screwed and doesn't do anything like its > name promises? The equivalent function for F1 seems to be on the right > track. Any news on this? Also d

[libopencm3-devel] STM32 Flash programming

2014-01-15 Thread Ken Sarkies
Hi I've knocked up some boilerplate docs for the flash programming modules in the STM32 families, without changing any code. Once that is merged I'd like to fiddle the code a bit, mainly to de-duplicate the F0/F1/L1 modules which seem to have a fair bit in common. Just a couple of points needi