bigdragon1977 / stm32flash

Automatically exported from code.google.com/p/stm32flash
0 stars 0 forks source link

STM32F2xx devices not supported #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The STM32F2xx devices are not currently supported.

These devices use a different flash layout to the other stm32 devices - they 
have a set of differently sized sectors rather than being able to erase by page.

Additionally, these devices use an erase-extended command which uses half-words 
rather than byte sized parameters.

See attached patch to add support for the STM32F2xx devices. This is tested on 
an STM32F205RCT6 device.

I have also added High-density VL, Medium-density ultra low-power, and 
STM32F4xx devices to the support table. Note that these are NOT tested.

Original issue reported on code.google.com by joanna.d...@gmail.com on 5 Jan 2012 at 7:49

Attachments:

GoogleCodeExporter commented 9 years ago
Ok - forget this change. I did not realize that this was not already supported. 
I had stupidly assumed that the tar file for download was the latest version.

Original comment by reubendowle0@gmail.com on 5 Jan 2012 at 9:45

GoogleCodeExporter commented 9 years ago
No problems, closing off :)

Original comment by ge...@spacevs.com on 13 Jan 2012 at 10:45