When i use the flash demo tool i can select 64 and 128k, tried to erase page 127 and got no error.
Dont have a sketch to test but maybe someone tried, is it working ?
Sketch uses 105,396 bytes (80%) of program storage space. Maximum is 131,072 bytes.
Global variables use 6,152 bytes of dynamic memory.Both really have 128k flash.
But some time in the future this may change if STM changes their manufacturing.
BTW. GD32F103C8 only has 64k Flash, but it is an entirely different chip, even though it was cloned from the F103C8 spec
Actually the R series is strange, the lower half of the series seems a lot like the C series, but the RC and RE etc, are a lot better e.g. more flash etc etc
Leaflabs eventually brought out a F103RET product, but this was just before they stopped manufacturing, so I don’t know anyone who has one.
iTeadStudio to a Maple but unfortunately used the RB ;-(
There is a forum member in China who does a RET based board, but his postage charges currently make it uneconomic to buy from him.
( as @madias found out)
This one has DAC then ?
Sketch uses 12,892 bytes (9%) of program storage space. Maximum is 131,072 bytes.
Global variables use 2,792 bytes of dynamic memory.
Btw, is that normal for a blink sketch (using generic PC13 bootloader)
They have put the wrong description.
That board is an STM32F103CB NOT F103RC (unless the pictures do not match the board) The F103RC MCU is much bigger physical size (more pins etc)
the “Maple mini” board is definitely STM32F103CB
PS. See my other post about boards with DAC
http://www.aliexpress.com/item/STM32F10 … 83720.html
I played a lot with it and it’s really good for that price.
Warning! You’ll need a ST-Link USB Adapter to burn the bootloader first.
http://www.ebay.it/itm/NEW-STM32F103VET … SwKtlWlKqC
64K ram
512K flash
1k I2C eeprom
I have it and I like it very much!
Best, E.
If you need a big VET6 board, I suggest this one, I’ve reviewed in the past:
viewtopic.php?f=28&t=490
I will use the demoflashtool to verify which chip is on the board and reply here.
http://analoglamb.com/product/mapletree … leaf-maple
Its a F103RB
I presume it has DAC
An example of such board (not stm32) http://fubarino.org/ – 2 layers one.
Btw the board’s bottom side is not populated (empty).
So why we do not have such stm32 version then??
Right now im pretty focused getting U8g2 to work with HW SPI but it´s very hard for me since i´m not that into details when it comes to connections like SPI with dma and so on. I´m already in contact with the dev of this lib and he managed to find some speed issues and its working on a due now (i dont have one
Best regards,
smithy
Since im quite confused about which boards i should stock up with i wonder what is the difference betweeen STM32F103C8T6 and the STM32F103CBT6 since the c8 (bluepill) seems cheaper and has 128k flash ??? (both fit in my breadboard)
About U8g2: I gave up in the past converting it for stm32duino, too much effort and too oversized/-blown in my opinion.
I got u8g2 working with 8080 mode but i´m having a hard time optimizing with gpio instructions (see http://www.stm32duino.com/viewtopic.php … 561#p17561). Also i´m in contact with the developer, he said hes going to make it compatible with the due but hes not willed to invest time top make it compatible with stm since he thinks setting up arduino is too difficult (already tried to convince him its not that much work but he has too many ppl requesting too many things from him i guess). U8g in general is awesome for any glcd project, i already managed to make my own fonts and so on if you need any help maybe i can provide some info (i didnt get spi to work properly in hw mode, only sw mode). Anyways i think my project needs a VET6 so i less limitations for future features (already have a board here but no strip sockets

- file.png (207.84 KiB) Viewed 4778 times
you can be seen in the screenshot, but if you go to Option Bytes, you can see that this MCU has 128 pages of 1k
[Sylvan_YZY – Wed Oct 12, 2016 2:30 am] –
the 128k of f103c8 is not guaranteed, I ordered this board from taobao and tested with EEPROM lib on 0x801F400, it return me with wrong page size error, the same code works ok on another blue pill and red pill board. and i changed its address to 0x800F400 it return with no error.
Thanks.
Its interesting to know that some C8 boards only have 64k.
Note.
I recall a PR someone sent me a few months ago which would have changed the settings so that the C8 MCU was shown as 128k, but I rejected it, because 128k was never guaranteed.


