Search found 384 matches

by FXCoder
Wed Apr 08, 2020 1:16 pm
Forum: Bug Reports
Topic: STM32F413 UART5 TX DMA channel assignment incorrect Topic is solved
Replies: 2
Views: 9775

STM32F413 UART5 TX DMA channel assignment incorrect Topic is solved

Hi, Incorrect TX DMA channel assigned for UART5. -- Bob Index: stm32_registry.h =================================================================== --- stm32_registry.h (revision 13517) +++ stm32_registry.h (working copy) @@ -1541,7 +1541,7 @@ #define STM32_UART5_RX_DMA_MSK STM32_DMA_STREAM_ID_MSK(1...
by FXCoder
Wed Apr 08, 2020 1:06 pm
Forum: Bug Reports
Topic: STM32 HAL USARTv1 incorrect DMA channel for some UARTs Topic is solved
Replies: 4
Views: 12192

STM32 HAL USARTv1 incorrect DMA channel for some UARTs Topic is solved

Hi,
USARTv1 currently assumes the DMA channel of a UART is the same for both RX and TX.
However, not all UARTs have the same DMA channel for RX and TX (e.g. F413 UART5).
The driver is updated to use separate DMA mode settings for RX and TX.
--
Bob
by FXCoder
Thu Apr 02, 2020 10:42 am
Forum: Bug Reports
Topic: I2C4 interrupt vectors on L4+ Topic is solved
Replies: 1
Views: 9498

Re: I2C4 interrupt vectors on L4+ Topic is solved

Fixed as bug #1080
by FXCoder
Thu Apr 02, 2020 10:29 am
Forum: Bug Reports
Topic: L4/L4+ ADC clock Topic is solved
Replies: 1
Views: 8605

Re: L4/L4+ ADC clock Topic is solved

Fixed as bug #1079
by FXCoder
Tue Mar 31, 2020 11:03 am
Forum: Bug Reports
Topic: STM32F413 UART10 DMA stream assignment incorrect Topic is solved
Replies: 3
Views: 10406

STM32F413 UART10 DMA stream assignment incorrect Topic is solved

Hi, Incorrect setting for F413 UART10 DMA streams. Patch of F4 stm32_registry.h follows. -- Bob Index: stm32_registry.h =================================================================== --- stm32_registry.h (revision 13489) +++ stm32_registry.h (working copy) @@ -1570,10 +1570,10 @@ #define STM32_...
by FXCoder
Sun Mar 29, 2020 7:06 am
Forum: Bug Reports
Topic: I2C4 interrupt vectors on L4+ Topic is solved
Replies: 1
Views: 9498

I2C4 interrupt vectors on L4+ Topic is solved

Hi, On L4+ the IRQ vectors for I2C4 are reversed versus I2C1, 2 & 3. Also the bdma flag as not set correctly in the I2Cv3 driver. Patch below. -- Bob Index: os/hal/ports/STM32/LLD/I2Cv3/hal_i2c_lld.c =================================================================== --- os/hal/ports/STM32/LLD/I...
by FXCoder
Sun Mar 29, 2020 4:23 am
Forum: Bug Reports
Topic: L4/L4+ ADC clock Topic is solved
Replies: 1
Views: 8605

L4/L4+ ADC clock Topic is solved

Hi, L4/L4+ allow PLLSAI1R or SYSCLK as ADC clock source supplying the "AHB" prescaler. In ADCv3 the test of the selected ADC clock frequency for L4/L4+ is done against STM32_HCLK. The check should be against STM32_ADCCLK. -- Bob Index: os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h ===========...
by FXCoder
Sun Mar 22, 2020 10:38 am
Forum: ChibiOS/RT
Topic: Cortex-M0 bugs: 88167, 88656
Replies: 11
Views: 18023

Re: Cortex-M0 bugs: 88167, 88656

Hi,
88167 & 88656 fixed on 2019-10-25 on all active branches.
GCC active branch releases subsequent to the fix...
GCC 7.5 [2019-11-14]
GCC 8.4 [2020-03-04]
GCC 9.3 [2020-03-12]
--
Bob
by FXCoder
Tue Feb 18, 2020 12:56 pm
Forum: Development and Feedback
Topic: [DEV] STM32G4xx support
Replies: 100
Views: 50896

Re: [DEV] STM32G4xx support

Alex,
The BRR assert is a minor pending fix to be applied.
viewtopic.php?f=35&t=5378
--
Bob
by FXCoder
Sun Feb 16, 2020 11:06 am
Forum: Development and Feedback
Topic: [DEV] STM32G4xx support
Replies: 100
Views: 50896

Re: [DEV] STM32G4xx support

Hi,
Still waiting for NUCLEO-G4xx stock to arrive in AU.
Current ETA April 6 so no go on USB test by me ATM.
--
Bob

Go to advanced search