[En-Nut-Discussion] Is STM32F412 supported?

Krzysztof Sawicki krzysztof.sawicki at mlabs.pl
Tue Nov 8 16:12:23 CET 2016


On 26.10.2016 09:15, Krzysztof Sawicki wrote:
> On 25.10.2016 11:09, Uwe Bonnes wrote:
>>>>>>> "Krzysztof" == Krzysztof Sawicki <krzysztof.sawicki at mlabs.pl> writes:
>>
>>     Krzysztof> Hi, I've got Nucleo-F412ZG board. Is it supported by NutOS? I
>>     Krzysztof> see another nucleo boards in configurator but the one is
>>     Krzysztof> quite new.
>>
>> For STM32, using SVN Head is a must. I got my Nucleo-F412ZG last Friday and
>> entered the .conf on Monday.
>>
>> The Display is nice. I think how to make usefull with NutOS...
>
> Great, just updated few hours before you comitted, that's why I didn't see this.
> But... You comitted discovery board and I've got nucleo board - there are not the same!
> Now I'm going to prepare conf for nucleo and post it on list...

Ok, got simple config file for NUCLEO-F412ZG board.

-- 
Krzysztof Sawicki
MLabs sp. z o.o.
ul. Kaliska 21
61-131 Poznań

tel. 61 646 84 27

KRS: 0000390306
NIP: 7822533401
-------------- next part --------------
PLATFORM = "NUCLEO144"
CM3_GCC = ""
LDSCRIPT = "stm32_flash"
MCU_STM32F412ZG = ""
HSE_VALUE = "8000000"
HSE_BYPASS = "ENABLE"
LSE_VALUE = "32768"

-- UART3 on PD9/PD8
DEBUG_USE_UART = "DEV_UART3"
USART3_RX = "PD09"
USART3_TX = "PD08"


More information about the En-Nut-Discussion mailing list