8 years, 3 months ago.

mbed binary file on other arm board

If i download mbed bin file on other arm board, works fine?

because i have used stm32f103c8t6 board now. and mbed is so convenient to ARM development.

using nucleo-f103rb model.

1 Answer

8 years, 3 months ago.

Yes, but with two restrictions. We must ensure that the program is no larger than the size of the flash memory on c8 (64k vs. 128k in rb). You can not use pins, which in c8 missing.

Accepted Answer

thx. i'll test soon.

posted by api miku 21 Jan 2016