Hi,
I have a custom STM32 board based on STM32F407VE. I searched and found out it is the same chip as Seeed-Arch-Max board link-here. I tried the online compiler with this board and it worked fine.
Now I'm trying to compile my code with cli. I used the mbed compile -S command to get supported boards but I can`t find the right name for it. Is there anyway that I pass my processor manually (for example STM32F407VE) or any alternative?
Thanks.
ARM Internal Ref: MBOTRIAGE-872
@masoudr The board is called ARCH_MAX. E.g. mbed compile -m ARCH_MAX
Thanks.I just used mbed compile - S that shows different results.