http://www.st.com/en/microcontrollers/stm32f105-107.html?querycriteria=productId=LN1564
Doesn't have any F107x8.
I've added the f105x8, and also your other patch. They're both in
my staging branch now:
https://github.com/libopencm3/libopencm3/pull/769
Sincerely,
Karl P
k...@aspodata.se wrot
Karl Palsson:
> A pull against devices.dataa would be fine.
...
Found https://help.github.com/articles/creating-a-pull-request/, but
since I don't have a github account, I cannot create it.
Patch attached instead.
Regards,
/Karl Hammar
---
Karl Palsson:
> A pull against devices.dataa would be fine.
...
> k...@aspodata.se wrote:
...
> > $ fgrep 'stm32f10[57]' ld/devices.data
> > stm32f10[57]?b* stm32f1 ROM=128K RAM=64K
> > stm32f10[57]?c* stm32f1 ROM=256K RAM=64K
> >
> > is missing the line:
> > stm32f10[57]?8* stm32f1 ROM=64K RAM=
A pull against devices.dataa would be fine.
The idea of having complete ld files for every part was kinda
unsustainable, as you can see from the size of the devices.data
file. You can use the template ld file and just have a simple
include like this though;
https://github.com/libopencm3/libopenc
ld files for stmf105/7 seems to be missing.
http://www.st.com/resource/en/datasheet/stm32f105r8.pdf p.10:
Flash memory in Kbytes 64 128 256
SRAM in Kbytes 64
lib/stm32/f1 doesn't contain any stm32f10[57]x?.ld files
and
$ fgrep 'stm32f10[57]' ld/devices.data
stm32f10[57]?b* stm32f1 ROM