Menu

#736 Feature request: ST_NUCLEO_F446RE definition

16.1.5
closed
nobody
None
STM32-HAL
Low
16.1.4
True
2016-07-02
2016-04-27
Jonas H
No

I would very much like a board definition for a ST_NUCLEO_F446RE which uses the STMF446.

Discussion

  • Jonas H

    Jonas H - 2016-04-28

    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
  • Rocco Marco Guglielmi

    • Fixed in Repository: False --> True
     
  • Rocco Marco Guglielmi

    Added on trunk

     
  • Giovanni Di Sirio

    • status: open --> closed
     

Log in to post a comment.