Problem in STM32H7 support Topic is solved

Report here problems in any of ChibiOS components. This forum is NOT for support.
bluuu
Posts: 5
Joined: Sun Dec 30, 2018 9:27 pm
Been thanked: 1 time

Problem in STM32H7 support  Topic is solved

Postby bluuu » Mon Jan 07, 2019 8:31 pm

Hi again

I found a typos in hal_lld.h i H7 libraries.

First:
* @brief SPI6 clock.
*/
#define STM32_SPI6CLK STM32_PCLK4

#elif STM32_SPI6SEL == STM32_SPI6SEL_PLL2_P_CK
#define STM32_SPI6CLK STM32_PLL2_P_CK

line 2582 and 2583 should be:
#elif STM32_SPI6SEL == STM32_SPI6SEL_PLL2_Q_CK
#define STM32_SPI6CLK STM32_PLL2_Q_CK

next:
line 2402:
#elif STM32_USART1SEL == STM32_USART16SEL_PLL2_Q_CK
should be:
#elif STM32_USART16SEL == STM32_USART16SEL_PLL2_Q_CK

Regards

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Problem in STM32H7 support

Postby Giovanni » Tue Jan 08, 2019 5:45 pm

Moved in "bug reports".

Giovanni

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: Problem in STM32H7 support

Postby Giovanni » Fri Jan 11, 2019 11:27 am

Hi,

Fixed as bug #1000.

Giovanni


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 17 guests