Search found 5 matches

by bluuu
Thu Feb 21, 2019 2:24 pm
Forum: STM32 Support
Topic: Where to start STM32H7 support
Replies: 231
Views: 102821

Re: Where to start STM32H7 support

one thing what i can imagine of this issue is a delay in DMA, if MDMA is dedicated for SPI any you using other one there is a "gap" in data, from other hand, maybe there is other clocking for SPI and DMA and then you increse clocking the "gaps" dissapered
by bluuu
Mon Feb 18, 2019 12:22 pm
Forum: STM32 Support
Topic: Where to start STM32H7 support
Replies: 231
Views: 102821

Re: Where to start STM32H7 support

are you using DMA for SPI ? maybe try to disable it just for test
by bluuu
Sun Jan 20, 2019 9:44 pm
Forum: STM32 Support
Topic: Where to start STM32H7 support
Replies: 231
Views: 102821

Re: Where to start STM32H7 support

bump
by bluuu
Mon Jan 07, 2019 8:31 pm
Forum: Bug Reports
Topic: Problem in STM32H7 support Topic is solved
Replies: 2
Views: 2296

Problem in STM32H7 support Topic is solved

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_SPI6C...
by bluuu
Sun Dec 30, 2018 9:30 pm
Forum: STM32 Support
Topic: Where to start STM32H7 support
Replies: 231
Views: 102821

Re: Where to start STM32H7 support

Thanks for update. Good job.
Any plans for SDMMC driver ?

Go to advanced search