I tried defining a board definition for it myself. But I think there might be an untested bug in the clock settings for the stm32f446, as I'm getting the following error:
../ChibiOS/os/hal/ports/STM32/STM32F4xx/hal_lld.h:1263:2: error: #error "STM32_PCLK1 exceeding maximum frequency (STM32_PCLK1_MAX)" #error "STM32_PCLK1 exceeding maximum frequency (STM32_PCLK1_MAX)" ^../ChibiOS/os/hal/ports/STM32/STM32F4xx/hal_lld.h:1287:2: error: #error "STM32_PCLK2 exceeding maximum frequency (STM32_PCLK2_MAX)" #error "STM32_PCLK2 exceeding maximum frequency (STM32_PCLK2_MAX)" ^
Edit: nevermind, I messed up in my mcuconf.h
Last edit: Jonas H 2016-04-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried defining a board definition for it myself. But I think there might be an untested bug in the clock settings for the stm32f446, as I'm getting the following error:
Edit: nevermind, I messed up in my mcuconf.h
Last edit: Jonas H 2016-04-28
Added on trunk