7 years ago.

how to build Mbed OS for the chip, which is not in the list of platforms?

У меня есть чип STM32F412ZGT6 как собрать прошивку под него

1 Answer

7 years ago.

Hi Alekseev, You may want to port Mbed OS to your target if you want Mbed OS running on a platform that is not yet supported in the list of targets. Here is a link to the docs on porting: https://os.mbed.com/docs/v5.6/reference/contributing-target.html Hope this helps. Please let us know if not. Thanks!

Good afternoon. The information on the page does not give a clear understanding of what steps need to be done to build the library for a specific platform. instead STM32F412ZGT6 I mean STM32F427ZGT6

posted by Alekseev Andrey 16 Nov 2017

You will need to add it into the list of targets first, then get the CMSIS / HAL files, then implement RTX RTOS, then add peripheral libraries (SPI, I2C, Serial etc), add linker scripts for the compilers you plan to use, implement security features and test it with the validation tests. This whole exercise is the porting as described in the doc above.

posted by Ashok Rao 16 Nov 2017